Those are added by sanitycheck, no need to have them enabled in the project by default. CONFIG_DEBUG is causing issues on qemu_nios2, see #5743. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
CONFIG_TINYCRYPT=y
|
|
CONFIG_TINYCRYPT_AES=y
|
|
CONFIG_TINYCRYPT_AES_CBC=y
|
|
CONFIG_TINYCRYPT_AES_CTR=y
|
|
CONFIG_TINYCRYPT_AES_CCM=y
|
|
CONFIG_CRYPTO=y
|
|
CONFIG_CRYPTO_TINYCRYPT_SHIM=y
|
|
CONFIG_SYS_LOG_CRYPTO_LEVEL=4
|
|
CONFIG_SYS_LOG=y
|
|
CONFIG_SYS_LOG_SHOW_COLOR=y
|