aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2014-03-17 02:29:46 -0400
committerOlof Johansson <olof@lixom.net>2014-03-17 02:30:04 -0400
commit13ce64c8f7750ce59066a987951faff38bb7dd97 (patch)
tree2ff0ed20e8fce46072c00583796f63afb2371d01
parent0414855fdc4a40da05221fc6062cccbc0c30f169 (diff)
parent4f3068f60503e08bc9e729528d9e54289980fa96 (diff)
Merge tag 'renesas-intc-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/sh
Merge "Renesas intc Updates for v3.15" from Simon Horman: * Enable driver compilation with COMPILE_TEST * tag 'renesas-intc-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: sh: intc: Enable driver compilation with COMPILE_TEST Signed-off-by: Olof Johansson <olof@lixom.net>
-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"
6 6
7config INTC_USERIMASK 7config INTC_USERIMASK
8 bool "Userspace interrupt masking support" 8 bool "Userspace interrupt masking support"
9 depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) 9 depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST
10 help 10 help
11 This enables support for hardware-assisted userspace hardirq 11 This enables support for hardware-assisted userspace hardirq
12 masking. 12 masking.