提交 44db25ca 编写于 作者: A Adrian Bunk 提交者: David S. Miller

[CRYPTO] drivers/Kconfig: Remove "default m"s

Hardware drivers shouldn't default to m.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 a349365e
...@@ -14,7 +14,6 @@ config CRYPTO_DEV_PADLOCK ...@@ -14,7 +14,6 @@ config CRYPTO_DEV_PADLOCK
tristate "Support for VIA PadLock ACE" tristate "Support for VIA PadLock ACE"
depends on X86_32 depends on X86_32
select CRYPTO_ALGAPI select CRYPTO_ALGAPI
default m
help help
Some VIA processors come with an integrated crypto engine Some VIA processors come with an integrated crypto engine
(so called VIA PadLock ACE, Advanced Cryptography Engine) (so called VIA PadLock ACE, Advanced Cryptography Engine)
...@@ -28,7 +27,6 @@ config CRYPTO_DEV_PADLOCK_AES ...@@ -28,7 +27,6 @@ config CRYPTO_DEV_PADLOCK_AES
tristate "PadLock driver for AES algorithm" tristate "PadLock driver for AES algorithm"
depends on CRYPTO_DEV_PADLOCK depends on CRYPTO_DEV_PADLOCK
select CRYPTO_BLKCIPHER select CRYPTO_BLKCIPHER
default m
help help
Use VIA PadLock for AES algorithm. Use VIA PadLock for AES algorithm.
...@@ -42,7 +40,6 @@ config CRYPTO_DEV_PADLOCK_SHA ...@@ -42,7 +40,6 @@ config CRYPTO_DEV_PADLOCK_SHA
depends on CRYPTO_DEV_PADLOCK depends on CRYPTO_DEV_PADLOCK
select CRYPTO_SHA1 select CRYPTO_SHA1
select CRYPTO_SHA256 select CRYPTO_SHA256
default m
help help
Use VIA PadLock for SHA1/SHA256 algorithms. Use VIA PadLock for SHA1/SHA256 algorithms.
...@@ -58,7 +55,6 @@ config CRYPTO_DEV_GEODE ...@@ -58,7 +55,6 @@ config CRYPTO_DEV_GEODE
depends on X86_32 && PCI depends on X86_32 && PCI
select CRYPTO_ALGAPI select CRYPTO_ALGAPI
select CRYPTO_BLKCIPHER select CRYPTO_BLKCIPHER
default m
help help
Say 'Y' here to use the AMD Geode LX processor on-board AES Say 'Y' here to use the AMD Geode LX processor on-board AES
engine for the CryptoAPI AES algorithm. engine for the CryptoAPI AES algorithm.
...@@ -70,7 +66,6 @@ config ZCRYPT ...@@ -70,7 +66,6 @@ config ZCRYPT
tristate "Support for PCI-attached cryptographic adapters" tristate "Support for PCI-attached cryptographic adapters"
depends on S390 depends on S390
select ZCRYPT_MONOLITHIC if ZCRYPT="y" select ZCRYPT_MONOLITHIC if ZCRYPT="y"
default "m"
help help
Select this option if you want to use a PCI-attached cryptographic Select this option if you want to use a PCI-attached cryptographic
adapter like: adapter like:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册