aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8ef1e23a24a2..88b4f389ab35 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1287,8 +1287,7 @@ config HW_PERF_EVENTS
1287 disabled, perf events will use software events only. 1287 disabled, perf events will use software events only.
1288 1288
1289config SPARSE_IRQ 1289config SPARSE_IRQ
1290 bool "Support sparse irq numbering" 1290 def_bool n
1291 depends on EXPERIMENTAL
1292 help 1291 help
1293 This enables support for sparse irqs. This is useful in general 1292 This enables support for sparse irqs. This is useful in general
1294 as most CPUs have a fairly sparse array of IRQ vectors, which 1293 as most CPUs have a fairly sparse array of IRQ vectors, which
@@ -1296,8 +1295,6 @@ config SPARSE_IRQ
1296 number of off-chip IRQs will want to treat this as 1295 number of off-chip IRQs will want to treat this as
1297 experimental until they have been independently verified. 1296 experimental until they have been independently verified.
1298 1297
1299 If you don't know what to do here, say N.
1300
1301source "mm/Kconfig" 1298source "mm/Kconfig"
1302 1299
1303config FORCE_MAX_ZONEORDER 1300config FORCE_MAX_ZONEORDER