Kconfig (0953fb263714e1c8c1c3d395036d9a14310081dd) | Kconfig (8d15a7295d33538954df2bca6a4011e4311a9cc2) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menu "IRQ subsystem" 3# Options selectable by the architecture code 4 5# Make sparse irq Kconfig switch below available 6config MAY_HAVE_SPARSE_IRQ 7 bool 8 --- 83 unchanged lines hidden (view full) --- 92config GENERIC_MSI_IRQ_DOMAIN 93 bool 94 select IRQ_DOMAIN_HIERARCHY 95 select GENERIC_MSI_IRQ 96 97config IRQ_MSI_IOMMU 98 bool 99 | 1# SPDX-License-Identifier: GPL-2.0-only 2menu "IRQ subsystem" 3# Options selectable by the architecture code 4 5# Make sparse irq Kconfig switch below available 6config MAY_HAVE_SPARSE_IRQ 7 bool 8 --- 83 unchanged lines hidden (view full) --- 92config GENERIC_MSI_IRQ_DOMAIN 93 bool 94 select IRQ_DOMAIN_HIERARCHY 95 select GENERIC_MSI_IRQ 96 97config IRQ_MSI_IOMMU 98 bool 99 |
100config HANDLE_DOMAIN_IRQ 101 bool 102 |
|
100config IRQ_TIMINGS 101 bool 102 103config GENERIC_IRQ_MATRIX_ALLOCATOR 104 bool 105 106config GENERIC_IRQ_RESERVATION_MODE 107 bool --- 28 unchanged lines hidden (view full) --- 136 If you don't know what to do here, say N. 137 138endmenu 139 140config GENERIC_IRQ_MULTI_HANDLER 141 bool 142 help 143 Allow to specify the low level IRQ handler at run time. | 103config IRQ_TIMINGS 104 bool 105 106config GENERIC_IRQ_MATRIX_ALLOCATOR 107 bool 108 109config GENERIC_IRQ_RESERVATION_MODE 110 bool --- 28 unchanged lines hidden (view full) --- 139 If you don't know what to do here, say N. 140 141endmenu 142 143config GENERIC_IRQ_MULTI_HANDLER 144 bool 145 help 146 Allow to specify the low level IRQ handler at run time. |
147 148# Cavium Octeon is the last system to use this deprecated option 149# Do not even think of enabling this on any new platform 150config DEPRECATED_IRQ_CPU_ONOFFLINE 151 bool 152 depends on CAVIUM_OCTEON_SOC 153 default CAVIUM_OCTEON_SOC |
|