Browse Source

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>
Olof Johansson 11 years ago
parent
commit
13ce64c8f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/sh/intc/Kconfig

+ 1 - 1
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.