2012-04-06 17:49:35 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 17:49:35 +02:00
|
|
|
#
|
2014-07-07 16:00:00 +02: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
|