Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 350cdfeb authored by Steve Cornelius's avatar Steve Cornelius Committed by Herbert Xu
Browse files

crypto: caam - Enable MXC devices to select CAAM driver in Kconfig



Allow CAAM to be selected in the kernel for Freescale i.MX devices if
ARCH_MXC is enabled.

Signed-off-by: default avatarSteve Cornelius <steve.cornelius@freescale.com>
Signed-off-by: default avatarVictoria Milhoan <vicki.milhoan@freescale.com>
Tested-by: default avatarHoria Geantă <horia.geanta@freescale.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent b15e9ea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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).