summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Porosanu <alexandru.porosanu@freescale.com>2014-02-03 07:19:14 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-02-05 19:28:14 (GMT)
commit0da9f4ed8b74d55859634b09281a9045898e3451 (patch)
tree86adba98e8868e1e4b4da1aae7bcb36eb9fa84b7
parent8ad54e7032e5261f46a1d2f20f7725bb782fbec1 (diff)
downloadlinux-fsl-qoriq-0da9f4ed8b74d55859634b09281a9045898e3451.tar.xz
crypto: caam - make UIO JR driver depend on CONFIG_UIO
One could enable the UIO JR driver even if UIO is not enabled in the kernel configuration. This leads to compilation errors. This patch makes the UIO JR driver available if and only if UIO support is available in the kernel configuration. Change-Id: I4664c9839ae2b7e0794487c0f411e67d39d59365 Signed-off-by: Alex Porosanu <alexandru.porosanu@freescale.com> Reviewed-on: http://git.am.freescale.net:8181/8543 Reviewed-by: Ruchika Gupta <ruchika.gupta@freescale.com> Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
-rw-r--r--drivers/crypto/caam/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig
index 19420cd..f84c24d 100644
--- a/drivers/crypto/caam/Kconfig
+++ b/drivers/crypto/caam/Kconfig
@@ -123,4 +123,5 @@ config CRYPTO_DEV_FSL_CAAM_DEBUG
config CRYPTO_DEV_FSL_CAAM_JR_UIO
tristate "Freescale Job Ring UIO support"
depends on CRYPTO_DEV_FSL_CAAM
+ depends on UIO
default n