Skip to content

Commit

Permalink
crypto: caam - Enable MXC devices to select CAAM driver in Kconfig
Browse files Browse the repository at this point in the history
Allow CAAM to be selected in the kernel for Freescale i.MX devices if
ARCH_MXC is enabled.

Signed-off-by: Steve Cornelius <[email protected]>
Signed-off-by: Victoria Milhoan <[email protected]>
Tested-by: Horia Geantă <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Steve Cornelius authored and herbertx committed Aug 10, 2015
1 parent b15e9ea commit 350cdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/caam/Kconfig
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 350cdfe

Please sign in to comment.