Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ce64c8 authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'renesas-intc-for-v3.15' of...

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: default avatarOlof Johansson <olof@lixom.net>
parents 0414855f 4f3068f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.