Commit d158325e407864793c5b0fbc85c74702753333b9

Authored by Herbert Xu
1 parent 0479ea0eab

[CRYPTO] padlock: Make CRYPTO_DEV_PADLOCK a tristate again

Turning it into a boolean was unnecessary and caused ALGAPI to be
pinned down as a boolean to.  This patch makes it a tristate again.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/crypto/Kconfig
1 1 menu "Hardware crypto devices"
2 2  
3 3 config CRYPTO_DEV_PADLOCK
4   - bool "Support for VIA PadLock ACE"
  4 + tristate "Support for VIA PadLock ACE"
5 5 depends on X86_32
6 6 select CRYPTO_ALGAPI
7   - default y
  7 + default m
8 8 help
9 9 Some VIA processors come with an integrated crypto engine
10 10 (so called VIA PadLock ACE, Advanced Cryptography Engine)