Kconfig (7cb2fad97ee057c7b0cb5913074eee8071490a71) | Kconfig (7703b08cc93b3586f9eb733f3a2b10bed634a5cf) |
---|---|
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 --- 59 unchanged lines hidden (view full) --- 68 bool 69 select IRQ_WORK 70 71# Support for hierarchical irq domains 72config IRQ_DOMAIN_HIERARCHY 73 bool 74 select IRQ_DOMAIN 75 | 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 --- 59 unchanged lines hidden (view full) --- 68 bool 69 select IRQ_WORK 70 71# Support for hierarchical irq domains 72config IRQ_DOMAIN_HIERARCHY 73 bool 74 select IRQ_DOMAIN 75 |
76# Support for hierarchical fasteoi+edge and fasteoi+level handlers 77config IRQ_FASTEOI_HIERARCHY_HANDLERS 78 bool 79 |
|
76# Generic IRQ IPI support 77config GENERIC_IRQ_IPI 78 bool 79 80# Generic MSI interrupt support 81config GENERIC_MSI_IRQ 82 bool 83 --- 51 unchanged lines hidden --- | 80# Generic IRQ IPI support 81config GENERIC_IRQ_IPI 82 bool 83 84# Generic MSI interrupt support 85config GENERIC_MSI_IRQ 86 bool 87 --- 51 unchanged lines hidden --- |