diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2010-08-13 04:06:40 -0400 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2010-08-13 04:06:54 -0400 |
commit | 57a4955f134dcfd7761b5ba6205ffc8e9b0a1da9 (patch) | |
tree | a34cd2e28272df1a5f9ff24b62d1d883db7be362 /drivers/crypto/Kconfig | |
parent | 3a1103703538d164551dc9b5a734a2c8ebcd27ee (diff) |
[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>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index fbf94cf496f0..ea0b3863ad0f 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -77,7 +77,7 @@ config ZCRYPT | |||
77 | 77 | ||
78 | config ZCRYPT_MONOLITHIC | 78 | config ZCRYPT_MONOLITHIC |
79 | bool "Monolithic zcrypt module" | 79 | bool "Monolithic zcrypt module" |
80 | depends on ZCRYPT="m" | 80 | depends on ZCRYPT |
81 | help | 81 | help |
82 | Select this option if you want to have a single module z90crypt, | 82 | Select this option if you want to have a single module z90crypt, |
83 | that contains all parts of the crypto device driver (ap bus, | 83 | that contains all parts of the crypto device driver (ap bus, |