Kconfig (2d8ad8719591fa803b0d589ed057fa46f49b7155) | Kconfig (1d6a21b0a672fb29b01ccf397d478e0541e17716) |
---|---|
1config SH_INTC 2 def_bool y 3 select IRQ_DOMAIN 4 |
|
1comment "Interrupt controller options" 2 3config INTC_USERIMASK 4 bool "Userspace interrupt masking support" 5 depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) 6 help 7 This enables support for hardware-assisted userspace hardirq 8 masking. --- 27 unchanged lines hidden --- | 5comment "Interrupt controller options" 6 7config INTC_USERIMASK 8 bool "Userspace interrupt masking support" 9 depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) 10 help 11 This enables support for hardware-assisted userspace hardirq 12 masking. --- 27 unchanged lines hidden --- |