From 4dbb02a3240d9662f636c0bd9770069ecb1a41b4 Mon Sep 17 00:00:00 2001 From: Steve Cornelius Date: Tue, 13 Mar 2012 14:51:17 -0700 Subject: [PATCH] ENGR00180943-2: Enable MXC devices to select CAAM driver in Kconfig Enable MXC devices to select CAAM driver in Kconfig. Signed-off-by: Steve Cornelius --- drivers/crypto/caam/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig index 2d876bb98ff4..82a1011978d8 100644 --- a/drivers/crypto/caam/Kconfig +++ b/drivers/crypto/caam/Kconfig @@ -1,6 +1,6 @@ config CRYPTO_DEV_FSL_CAAM tristate "Freescale CAAM-Multicore driver backend" - depends on FSL_SOC + depends on FSL_SOC || ARCH_MXC help Enables the driver module for Freescale's Cryptographic Accelerator and Assurance Module (CAAM), also known as the SEC version 4 (SEC4). -- 2.39.5