Kconfig (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) | Kconfig (99cf63c56661be0a0c42f79b56f37a4aa34b4779) |
---|---|
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 --- 94 unchanged lines hidden (view full) --- 103 bool 104 105config GENERIC_IRQ_MATRIX_ALLOCATOR 106 bool 107 108config GENERIC_IRQ_RESERVATION_MODE 109 bool 110 | 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 --- 94 unchanged lines hidden (view full) --- 103 bool 104 105config GENERIC_IRQ_MATRIX_ALLOCATOR 106 bool 107 108config GENERIC_IRQ_RESERVATION_MODE 109 bool 110 |
111# Snapshot for interrupt statistics 112config GENERIC_IRQ_STAT_SNAPSHOT 113 bool 114 |
|
111# Support forced irq threading 112config IRQ_FORCED_THREADING 113 bool 114 115config SPARSE_IRQ 116 bool "Support sparse irq numbering" if MAY_HAVE_SPARSE_IRQ 117 help 118 --- 34 unchanged lines hidden --- | 115# Support forced irq threading 116config IRQ_FORCED_THREADING 117 bool 118 119config SPARSE_IRQ 120 bool "Support sparse irq numbering" if MAY_HAVE_SPARSE_IRQ 121 help 122 --- 34 unchanged lines hidden --- |