mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:00:53 +07:00
[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>
This commit is contained in:
parent
0479ea0eab
commit
d158325e40
@ -1,10 +1,10 @@
|
||||
menu "Hardware crypto devices"
|
||||
|
||||
config CRYPTO_DEV_PADLOCK
|
||||
bool "Support for VIA PadLock ACE"
|
||||
tristate "Support for VIA PadLock ACE"
|
||||
depends on X86_32
|
||||
select CRYPTO_ALGAPI
|
||||
default y
|
||||
default m
|
||||
help
|
||||
Some VIA processors come with an integrated crypto engine
|
||||
(so called VIA PadLock ACE, Advanced Cryptography Engine)
|
||||
|
Loading…
Reference in New Issue
Block a user