From: Laurent Pinchart Date: Wed, 27 Nov 2013 01:18:37 +0000 (+0100) Subject: sh: intc: Enable driver compilation with COMPILE_TEST X-Git-Tag: upstream/snapshot3+hdmi~947 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42655e807aa1e7a36248c86720b14966e39f972f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: intc: Enable driver compilation with COMPILE_TEST This helps increasing build testing coverage. Signed-off-by: Laurent Pinchart Signed-off-by: Simon Horman (cherry picked from commit 4f3068f60503e08bc9e729528d9e54289980fa96) Signed-off-by: Simon Horman --- diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig index a305731..f7d9061 100644 --- a/drivers/sh/intc/Kconfig +++ b/drivers/sh/intc/Kconfig @@ -6,7 +6,7 @@ comment "Interrupt controller options" config INTC_USERIMASK bool "Userspace interrupt masking support" - depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) + depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST help This enables support for hardware-assisted userspace hardirq masking.