diff options
author | Steve Cornelius <steve.cornelius@freescale.com> | 2012-03-13 14:51:17 -0700 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:36:45 +0800 |
commit | fe4689f492bd897592daa7d952ff47a525d8b0e2 (patch) | |
tree | c2ab19a95500a109c87d89afb84d85ff4bf6d1f0 /drivers/crypto | |
parent | 3bbe9949592ed3c2a3c8e4633cd1cac2d0e57807 (diff) |
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 <steve.cornelius@freescale.com>
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/caam/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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). |