summaryrefslogtreecommitdiff
path: root/drivers/sh
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-11-27 02:18:37 +0100
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-02-04 11:13:15 +0100
commit37c7481c170c98b48befe5dbfa1eb3f593b97bb7 (patch)
tree9dfdac1ded9ab17076120e57ded00c7103c0d3e8 /drivers/sh
parentd543ec6b5098bb30abbb9a40c5ae52c49f9fc7a8 (diff)
downloadlinux-stable-37c7481c170c98b48befe5dbfa1eb3f593b97bb7.tar.gz
linux-stable-37c7481c170c98b48befe5dbfa1eb3f593b97bb7.tar.bz2
linux-stable-37c7481c170c98b48befe5dbfa1eb3f593b97bb7.zip
sh: intc: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> (cherry picked from commit 4f3068f60503e08bc9e729528d9e54289980fa96) Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/sh')
-rw-r--r--drivers/sh/intc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig
index a305731742a9..f7d90617c9d9 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.