提交 39c5abbc 编写于 作者: G Geert Uytterhoeven 提交者: Simon Horman

drivers: sh: Restrict INTC_USERIMASK to SH4A

register_intc_userimask() is called from sh4a code only.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> [r8a7779 legacy]
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 fe95c932
...@@ -6,7 +6,7 @@ comment "Interrupt controller options" ...@@ -6,7 +6,7 @@ comment "Interrupt controller options"
config INTC_USERIMASK config INTC_USERIMASK
bool "Userspace interrupt masking support" bool "Userspace interrupt masking support"
depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST depends on (SUPERH && CPU_SH4A) || COMPILE_TEST
help help
This enables support for hardware-assisted userspace hardirq This enables support for hardware-assisted userspace hardirq
masking. masking.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册