Kconfig (3eb66e91a25497065c5322b1268cbc3953642227) Kconfig (aaebdf8d68479f78d9f72b239684f70fbb0722c6)
1menu "IRQ subsystem"
2# Options selectable by the architecture code
3
4# Make sparse irq Kconfig switch below available
5config MAY_HAVE_SPARSE_IRQ
6 bool
7
8# Legacy support, required for itanic

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

86 bool
87
88# Generic MSI hierarchical interrupt domain support
89config GENERIC_MSI_IRQ_DOMAIN
90 bool
91 select IRQ_DOMAIN_HIERARCHY
92 select GENERIC_MSI_IRQ
93
1menu "IRQ subsystem"
2# Options selectable by the architecture code
3
4# Make sparse irq Kconfig switch below available
5config MAY_HAVE_SPARSE_IRQ
6 bool
7
8# Legacy support, required for itanic

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

86 bool
87
88# Generic MSI hierarchical interrupt domain support
89config GENERIC_MSI_IRQ_DOMAIN
90 bool
91 select IRQ_DOMAIN_HIERARCHY
92 select GENERIC_MSI_IRQ
93
94config IRQ_MSI_IOMMU
95 bool
96
94config HANDLE_DOMAIN_IRQ
95 bool
96
97config IRQ_TIMINGS
98 bool
99
100config GENERIC_IRQ_MATRIX_ALLOCATOR
101 bool

--- 38 unchanged lines hidden ---
97config HANDLE_DOMAIN_IRQ
98 bool
99
100config IRQ_TIMINGS
101 bool
102
103config GENERIC_IRQ_MATRIX_ALLOCATOR
104 bool

--- 38 unchanged lines hidden ---