Commit 57a4955f authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

[S390] zcrypt: fix Kconfig dependencies

warning: (ZCRYPT && CRYPTO && CRYPTO_HW && S390 && ZCRYPT=y) selects
ZCRYPT_MONOLITHIC which has unmet direct dependencies (ZCRYPT=m)

ZCRYPT_MONOLITHIC should not depend on ZCRYPT="m" when it gets
selected if ZCRYPT="y".
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 3a110370
...@@ -77,7 +77,7 @@ config ZCRYPT ...@@ -77,7 +77,7 @@ config ZCRYPT
config ZCRYPT_MONOLITHIC config ZCRYPT_MONOLITHIC
bool "Monolithic zcrypt module" bool "Monolithic zcrypt module"
depends on ZCRYPT="m" depends on ZCRYPT
help help
Select this option if you want to have a single module z90crypt, Select this option if you want to have a single module z90crypt,
that contains all parts of the crypto device driver (ap bus, that contains all parts of the crypto device driver (ap bus,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment