Renesas intc Updates for v3.15

* Enable driver compilation with COMPILE_TEST
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.14 (GNU/Linux)
 
 iQIcBAABAgAGBQJTBuu8AAoJENfPZGlqN0++dEsP/iRYz897DE0H/ZS00TOZXUHd
 iTtiAgNweYSSTvfzmI17VDILQBSVSqqgD6DLYDxMMcAUkcceoBI38otBsXfYQsVd
 QhweapXCxjUde1Xht+xe4Om2CKzMYTvnRgfnBXLWDucWpqyLkEmHxE5Uhf/Y/j85
 7ZyqFPY8s3moNqN0SUcSx20f1zsRB2nYZ9+C81/M2RvJya2m3+O7XlItuyNoORyK
 LiJZrZ1bCzLGCUtbuaVuOmfhoPrUHWhIIX8VOs1MWrzoBQjPioSA6bm7uVENNARd
 l4y0ux3jpPNxPCKEmdmurNQaplQtWgEElK4A+r3kSALMVtM/f8CvAYxrsQp1V+MT
 ocVvfKf6CylJtyxXyUKg2rgTj8rGuwx+Fuso2Z8KXxeYNQd1lXv3jzT2gm6hLW1F
 52Q1zcCoR/4NJ1GoUlKcNSDvRNiiDwJUx8ionaHcoNaHLe/wunrPdtffsr1x5hNa
 x+ZlN1aVoCIogxxDunizOr++AOlK224dp0ZZvWMI+6g9/ssnG4Onf/yhoUF8GnxQ
 vsQJRipQkVZnWadTSp39Qpp+TeLuXfyBuHMjgRSHUIv76yNbriuiZBXY9mfvaAh6
 LUNa8FVZCmkvwluFLk3L0BOY891YfJf2g+vdBbWBz3iTGGXh1v7z3DT6gz2Z3eC2
 27AAW4hbbjfUv47PT4Ft
 =n/3W
 -----END PGP SIGNATURE-----

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>
This commit is contained in:
Olof Johansson 2014-03-16 23:29:46 -07:00
commit 13ce64c8f7

View file

@ -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.