Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9a6c21e authored by Dinesh K Garg's avatar Dinesh K Garg
Browse files

crypto: kconfig: Fix config text for dm-req-crypt module



Text for dm-req-crypt module in kernelconfig menu shows as
"Crypt target support" which is same as for dm-crypt module. Fixing
this to reflect correct text for dm-req-crypt module.

Change-Id: I8eaa3ef71267609448a5082feab1810b28ab02e7
Signed-off-by: default avatarDinesh K Garg <dineshg@codeaurora.org>
parent 33697ae3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ config DM_CRYPT
	  If unsure, say N.

config DM_REQ_CRYPT
	tristate "Crypt target support"
	tristate "Req Crypt target support"
	depends on BLK_DEV_DM
	select XTS
	select CRYPTO_XTS