From 0da9f4ed8b74d55859634b09281a9045898e3451 Mon Sep 17 00:00:00 2001 From: Alex Porosanu Date: Mon, 3 Feb 2014 09:19:14 +0200 Subject: 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 Reviewed-on: http://git.am.freescale.net:8181/8543 Reviewed-by: Ruchika Gupta Tested-by: Review Code-CDREVIEW Reviewed-by: Jose Rivera 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 -- cgit v0.10.2