2014-07-03 21:42:44 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
config CRYPTO
|
2014-11-30 23:35:07 +08:00
|
|
|
bool "Crypto API support"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable or disable Crypto API features
|
2014-07-03 21:42:44 +08:00
|
|
|
|
|
|
|
if CRYPTO
|
|
|
|
|
|
|
|
config CRYPTO_AES
|
2014-11-30 23:35:07 +08:00
|
|
|
bool "AES cypher support"
|
|
|
|
default n
|
2014-07-03 21:42:44 +08:00
|
|
|
|
|
|
|
config CRYPTO_ALGTEST
|
2014-11-30 23:35:07 +08:00
|
|
|
bool "Perform automatic crypto algorithms test on startup"
|
|
|
|
default n
|
2014-07-03 21:42:44 +08:00
|
|
|
|
|
|
|
config CRYPTO_CRYPTODEV
|
2014-11-30 23:35:07 +08:00
|
|
|
bool "cryptodev support"
|
|
|
|
default n
|
2014-07-03 21:42:44 +08:00
|
|
|
|
|
|
|
endif
|