[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: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
3a11037035
commit
57a4955f13
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ config ZCRYPT
|
|||
|
||||
config ZCRYPT_MONOLITHIC
|
||||
bool "Monolithic zcrypt module"
|
||||
depends on ZCRYPT="m"
|
||||
depends on ZCRYPT
|
||||
help
|
||||
Select this option if you want to have a single module z90crypt,
|
||||
that contains all parts of the crypto device driver (ap bus,
|
||||
|
|
Loading…
Reference in a new issue