Kconfig (6f84981772535e670e4e2df051a672af229b6694) Kconfig (835a486cd9f55790dee9f6b67ce0057d49f15da5)
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

--- 72 unchanged lines hidden (view full) ---

81 bool
82
83# Generic IRQ IPI support
84config GENERIC_IRQ_IPI
85 bool
86 depends on SMP
87 select IRQ_DOMAIN_HIERARCHY
88
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

--- 72 unchanged lines hidden (view full) ---

81 bool
82
83# Generic IRQ IPI support
84config GENERIC_IRQ_IPI
85 bool
86 depends on SMP
87 select IRQ_DOMAIN_HIERARCHY
88
89# Generic IRQ IPI Mux support
90config GENERIC_IRQ_IPI_MUX
91 bool
92 depends on SMP
93
89# Generic MSI hierarchical interrupt domain support
90config GENERIC_MSI_IRQ
91 bool
92 select IRQ_DOMAIN_HIERARCHY
93
94config IRQ_MSI_IOMMU
95 bool
96

--- 51 unchanged lines hidden ---
94# Generic MSI hierarchical interrupt domain support
95config GENERIC_MSI_IRQ
96 bool
97 select IRQ_DOMAIN_HIERARCHY
98
99config IRQ_MSI_IOMMU
100 bool
101

--- 51 unchanged lines hidden ---