Kconfig (4ba24fef3eb3b142197135223b90ced2f319cd53) | Kconfig (f1e0bb0ad473a32d1b7e6d285ae9f7e47710bb5e) |
---|---|
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 --- 16 unchanged lines hidden (view full) --- 25# and should not be used in new code. Use irq domains instead. 26config GENERIC_IRQ_LEGACY_ALLOC_HWIRQ 27 bool 28 29# Support for delayed migration from interrupt context 30config GENERIC_PENDING_IRQ 31 bool 32 | 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 --- 16 unchanged lines hidden (view full) --- 25# and should not be used in new code. Use irq domains instead. 26config GENERIC_IRQ_LEGACY_ALLOC_HWIRQ 27 bool 28 29# Support for delayed migration from interrupt context 30config GENERIC_PENDING_IRQ 31 bool 32 |
33# Support for generic irq migrating off cpu before the cpu is offline. 34config GENERIC_IRQ_MIGRATION 35 bool 36 |
|
33# Alpha specific irq affinity mechanism 34config AUTO_IRQ_AFFINITY 35 bool 36 37# Tasklet based software resend for pending interrupts on enable_irq() 38config HARDIRQS_SW_RESEND 39 bool 40 --- 63 unchanged lines hidden --- | 37# Alpha specific irq affinity mechanism 38config AUTO_IRQ_AFFINITY 39 bool 40 41# Tasklet based software resend for pending interrupts on enable_irq() 42config HARDIRQS_SW_RESEND 43 bool 44 --- 63 unchanged lines hidden --- |