summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authoreric miao <eric.y.miao@gmail.com>2010-07-22 09:55:53 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-07-27 10:43:49 +0100
commitc1ba6ba3dd4c127dd1b14125ac7feed43d974436 (patch)
treed5fff31346f65d405c59ab4d0004e0727d75b794 /arch/arm/Kconfig
parent5bc23d32d86a132b5636a48dca0fa2528ef69ff9 (diff)
downloadop-kernel-dev-c1ba6ba3dd4c127dd1b14125ac7feed43d974436.zip
op-kernel-dev-c1ba6ba3dd4c127dd1b14125ac7feed43d974436.tar.gz
ARM: 6251/1: Make SPARSE_IRQ a hidden option
SPARSE_IRQ doesn't need to be a visible option, only those platforms supporting that will select it. Signed-off-by: Eric Miao <eric.miao@canonical.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8ef1e23..88b4f38 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1287,8 +1287,7 @@ config HW_PERF_EVENTS
disabled, perf events will use software events only.
config SPARSE_IRQ
- bool "Support sparse irq numbering"
- depends on EXPERIMENTAL
+ def_bool n
help
This enables support for sparse irqs. This is useful in general
as most CPUs have a fairly sparse array of IRQ vectors, which
@@ -1296,8 +1295,6 @@ config SPARSE_IRQ
number of off-chip IRQs will want to treat this as
experimental until they have been independently verified.
- If you don't know what to do here, say N.
-
source "mm/Kconfig"
config FORCE_MAX_ZONEORDER
OpenPOWER on IntegriCloud