On 5/6/19 3:35 PM, Satya Tangirala wrote: > diff --git a/block/Kconfig b/block/Kconfig > index 028bc085dac8..65213769d2a2 100644 > --- a/block/Kconfig > +++ b/block/Kconfig > @@ -187,6 +187,22 @@ config BLK_SED_OPAL > Enabling this option enables users to setup/unlock/lock > Locking ranges for SED devices using the Opal protocol. > > +config BLK_CRYPT_CTX > + bool > + > +config BLK_KEYSLOT_MANAGER > + bool > + > +config BLK_CRYPTO > + bool "Enable encryption in block layer" > + select BLK_CRYPT_CTX > + select BLK_KEYSLOT_MANAGER > + help > + Build the blk-crypto subsystem. > + Enabling this lets the block layer handle encryption, > + so users can take advantage of inline encryption > + hardware if present. Last 4 lines should be indented with 1 tab + 2 spaces, please. -- ~Randy