diff options
author | eric miao <eric.y.miao@gmail.com> | 2010-06-25 04:46:09 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-09 09:41:33 -0400 |
commit | 354e6f72d6fd5d3d2963efe030265972866cd969 (patch) | |
tree | 2ec7973825a42f4d15d233375c5db3b073658421 /arch/arm/Kconfig | |
parent | 309caa9cc6ff39d261264ec4ff10e29489afc8f8 (diff) |
ARM: 6197/2: preliminary support for sparse IRQ
So to allow NR_IRQS to be dynamic and platforms to specify the number
of IRQs really needed.
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1f254bd6c937..9a0ed364d4f7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1289,6 +1289,18 @@ config HW_PERF_EVENTS | |||
1289 | Enable hardware performance counter support for perf events. If | 1289 | Enable hardware performance counter support for perf events. If |
1290 | disabled, perf events will use software events only. | 1290 | disabled, perf events will use software events only. |
1291 | 1291 | ||
1292 | config SPARSE_IRQ | ||
1293 | bool "Support sparse irq numbering" | ||
1294 | depends on EXPERIMENTAL | ||
1295 | help | ||
1296 | This enables support for sparse irqs. This is useful in general | ||
1297 | as most CPUs have a fairly sparse array of IRQ vectors, which | ||
1298 | the irq_desc then maps directly on to. Systems with a high | ||
1299 | number of off-chip IRQs will want to treat this as | ||
1300 | experimental until they have been independently verified. | ||
1301 | |||
1302 | If you don't know what to do here, say N. | ||
1303 | |||
1292 | source "mm/Kconfig" | 1304 | source "mm/Kconfig" |
1293 | 1305 | ||
1294 | config LEDS | 1306 | config LEDS |