提交 57a4955f 编写于 作者: H Heiko Carstens 提交者: 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: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册