diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-31 09:20:02 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-31 09:20:02 -0400 |
commit | ceb0885d3b01bb2e2f18765770e212914f2864be (patch) | |
tree | 0952c90cd49704a9172e985ca491d79b60c40bc8 /arch/arm/Kconfig | |
parent | b31fc7af78e17b0203e1cd5a195c590e8adeae0d (diff) | |
parent | 08458ef6eede6cf7d5a33c3a7c8bcdc3943012c2 (diff) |
Merge branch 'misc' into devel
Conflicts:
arch/arm/mm/init.c
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4047f5724da3..ba1ac08b4e02 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -57,7 +57,7 @@ config GENERIC_CLOCKEVENTS | |||
57 | config GENERIC_CLOCKEVENTS_BROADCAST | 57 | config GENERIC_CLOCKEVENTS_BROADCAST |
58 | bool | 58 | bool |
59 | depends on GENERIC_CLOCKEVENTS | 59 | depends on GENERIC_CLOCKEVENTS |
60 | default y if SMP && !LOCAL_TIMERS | 60 | default y if SMP |
61 | 61 | ||
62 | config HAVE_TCM | 62 | config HAVE_TCM |
63 | bool | 63 | bool |
@@ -1263,8 +1263,7 @@ config HW_PERF_EVENTS | |||
1263 | disabled, perf events will use software events only. | 1263 | disabled, perf events will use software events only. |
1264 | 1264 | ||
1265 | config SPARSE_IRQ | 1265 | config SPARSE_IRQ |
1266 | bool "Support sparse irq numbering" | 1266 | def_bool n |
1267 | depends on EXPERIMENTAL | ||
1268 | help | 1267 | help |
1269 | This enables support for sparse irqs. This is useful in general | 1268 | This enables support for sparse irqs. This is useful in general |
1270 | as most CPUs have a fairly sparse array of IRQ vectors, which | 1269 | as most CPUs have a fairly sparse array of IRQ vectors, which |
@@ -1272,8 +1271,6 @@ config SPARSE_IRQ | |||
1272 | number of off-chip IRQs will want to treat this as | 1271 | number of off-chip IRQs will want to treat this as |
1273 | experimental until they have been independently verified. | 1272 | experimental until they have been independently verified. |
1274 | 1273 | ||
1275 | If you don't know what to do here, say N. | ||
1276 | |||
1277 | source "mm/Kconfig" | 1274 | source "mm/Kconfig" |
1278 | 1275 | ||
1279 | config FORCE_MAX_ZONEORDER | 1276 | config FORCE_MAX_ZONEORDER |