2012-04-06 23:49:35 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 23:49:35 +08:00
|
|
|
#
|
2014-07-07 22:00:00 +08:00
|
|
|
|
|
|
|
config BCH_ENCRYPTION
|
2014-07-07 22:03:18 +08:00
|
|
|
bool "Enable BCH encryption"
|
2014-07-07 22:00:00 +08:00
|
|
|
default n
|
|
|
|
depends on CRYPTO_AES
|
|
|
|
|
|
|
|
config BCH_ENCRYPTION_KEY_SIZE
|
|
|
|
int "AES key size"
|
|
|
|
default 16
|
|
|
|
depends on BCH_ENCRYPTION
|