Skip to content

Commit

Permalink
crypto: mxs-dcp - Allow MXS_DCP to be used on MX6SL
Browse files Browse the repository at this point in the history
MX6SL has the same DCP crypto block as in MX23/MX28, so allow it to be
built for ARCH_MXC.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Fabio Estevam authored and Herbert Xu committed Sep 21, 2015
1 parent 53ed2d4 commit a2712e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ endif

config CRYPTO_DEV_MXS_DCP
tristate "Support for Freescale MXS DCP"
depends on ARCH_MXS
depends on (ARCH_MXS || ARCH_MXC)
select CRYPTO_CBC
select CRYPTO_ECB
select CRYPTO_AES
Expand Down

0 comments on commit a2712e6

Please sign in to comment.