Missed a part of the last change
This commit is contained in:
parent
f735e16bdf
commit
e2c9c4fff4
1 changed files with 16 additions and 0 deletions
|
@ -19,6 +19,22 @@ config CRYPTO_ALGTEST
|
|||
bool "Perform automatic crypto algorithms test on startup"
|
||||
default n
|
||||
|
||||
if CRYPTO_ALGTEST
|
||||
|
||||
config CRYPTO_AES128_DISABLE
|
||||
bool "Omit 128-bit AES tests"
|
||||
default n
|
||||
|
||||
config CRYPTO_AES192_DISABLE
|
||||
bool "Omit 192-bit AES tests"
|
||||
default n
|
||||
|
||||
config CRYPTO_AES256_DISABLE
|
||||
bool "Omit 256-bit AES tests"
|
||||
default n
|
||||
|
||||
endif # CRYPTO_ALGTEST
|
||||
|
||||
config CRYPTO_CRYPTODEV
|
||||
bool "cryptodev support"
|
||||
default n
|
||||
|
|
Loading…
Reference in a new issue