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

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
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment