From: Geert Uytterhoeven Date: Thu, 22 May 2014 18:00:06 +0000 (+0200) Subject: drivers: sh: Restrict INTC_USERIMASK to SH4A X-Git-Tag: v3.16-rc1~82^2~9^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39c5abbc54179998bf04368a11c561e19220d7d4;p=platform%2Fkernel%2Flinux-exynos.git drivers: sh: Restrict INTC_USERIMASK to SH4A register_intc_userimask() is called from sh4a code only. Signed-off-by: Geert Uytterhoeven Reviewed-by: Laurent Pinchart Tested-by: Laurent Pinchart [r8a7779 legacy] Signed-off-by: Simon Horman --- diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig index f7d9061..60228fa 100644 --- a/drivers/sh/intc/Kconfig +++ b/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) || COMPILE_TEST + depends on (SUPERH && CPU_SH4A) || COMPILE_TEST help This enables support for hardware-assisted userspace hardirq masking.