diff options
author | Alex Porosanu <alexandru.porosanu@freescale.com> | 2014-01-29 17:05:15 (GMT) |
---|---|---|
committer | Jose Rivera <German.Rivera@freescale.com> | 2014-03-05 01:22:01 (GMT) |
commit | beb55e46b17a12e4211203d01256a1c2e685706e (patch) | |
tree | fab0a1f3be355c34d460fd60041d50d855c99454 /drivers/crypto/caam | |
parent | 39fa53f2729d6af138da0c418afe2cd875eceda8 (diff) | |
download | linux-fsl-qoriq-beb55e46b17a12e4211203d01256a1c2e685706e.tar.xz |
crypto: caam - UIO JR driver should be enabled by default
With the addition of US PDCP SEC driver as part of SDK 1.6,
the UIO JR driver needs to be enabled, thus some of the JRs
from kernel can be exposed via UIO to userspace.
Change-Id: I8aa6988a2bab452bb3fa081f495d76d380c64d2e
Signed-off-by: Alex Porosanu <alexandru.porosanu@freescale.com>
Reviewed-on: http://git.am.freescale.net:8181/8472
Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com>
Reviewed-by: Horia Ioan Geanta Neag <horia.geanta@freescale.com>
Reviewed-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
Diffstat (limited to 'drivers/crypto/caam')
-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 f84c24d..01a4bd3 100644 --- a/drivers/crypto/caam/Kconfig +++ b/drivers/crypto/caam/Kconfig @@ -124,4 +124,4 @@ config CRYPTO_DEV_FSL_CAAM_JR_UIO tristate "Freescale Job Ring UIO support" depends on CRYPTO_DEV_FSL_CAAM depends on UIO - default n + default y |