--- zzzz-none-000/linux-3.10.107/drivers/sh/intc/Kconfig 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/sh/intc/Kconfig 2021-02-04 17:41:59.000000000 +0000 @@ -1,12 +1,14 @@ config SH_INTC - def_bool y + bool select IRQ_DOMAIN +if SH_INTC + comment "Interrupt controller options" config INTC_USERIMASK bool "Userspace interrupt masking support" - depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) + depends on (SUPERH && CPU_SH4A) || COMPILE_TEST help This enables support for hardware-assisted userspace hardirq masking. @@ -37,3 +39,5 @@ between system IRQs and the per-controller id tables. If in doubt, say N. + +endif