2012-04-06 23:49:35 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-07 00:45:52 +08:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 23:49:35 +08:00
|
|
|
#
|
2014-07-07 22:00:00 +08:00
|
|
|
|
|
|
|
config BCH_ENCRYPTION
|
|
|
|
bool "Enable encryption feature"
|
|
|
|
default n
|
|
|
|
depends on CRYPTO_AES
|
|
|
|
|
|
|
|
config BCH_ENCRYPTION_KEY_SIZE
|
|
|
|
int "AES key size"
|
|
|
|
default 16
|
|
|
|
depends on BCH_ENCRYPTION
|