summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-06-07 16:50:42 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-24 14:50:16 +0200
commitb18ad1cf5a5024aeb18f2b5ed2e1b89ed6d9f877 (patch)
tree20681725377cc111e3e929f1c7b165f3d46b6004
parent6f36c03821762821581cdfc561736438d69d18ab (diff)
ARM: colibri_imx7_defconfig: compile CAAM test driver as module
The CAAM Secure Memory Keystore Test/Example driver is not used by most customers and dumps a lot of keys, add it as a module by default. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--arch/arm/configs/colibri_imx7_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/colibri_imx7_defconfig b/arch/arm/configs/colibri_imx7_defconfig
index f6725976bd04..d5a180e74e69 100644
--- a/arch/arm/configs/colibri_imx7_defconfig
+++ b/arch/arm/configs/colibri_imx7_defconfig
@@ -375,7 +375,7 @@ CONFIG_CRYPTO_TWOFISH=y
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DEV_FSL_CAAM=y
CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y
-CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=y
+CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=m
CONFIG_CRC_CCITT=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC7=m