aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2010-11-29 04:06:57 -0500
committerLennert Buytenhek <buytenh@wantstofly.org>2011-01-13 06:25:18 -0500
commite2a93ecc7fc469dab52323c11a2d8ceaa62aac7b (patch)
treee416593143c6974dd82eb6e28961dd5a4bba6e93 /arch/arm/Kconfig
parentf878133bf022717b880d0e0995b8f91436fd605c (diff)
ARM: Use genirq definitions from kernel/irq/Kconfig.
Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig18
1 files changed, 2 insertions, 16 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e2f80116759..99829a2bee9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -26,6 +26,8 @@ config ARM
26 select HAVE_REGS_AND_STACK_ACCESS_API 26 select HAVE_REGS_AND_STACK_ACCESS_API
27 select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V7)) 27 select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V7))
28 select HAVE_C_RECORDMCOUNT 28 select HAVE_C_RECORDMCOUNT
29 select HAVE_GENERIC_HARDIRQS
30 select HAVE_SPARSE_IRQ
29 help 31 help
30 The ARM series is a line of low-power-consumption RISC chip designs 32 The ARM series is a line of low-power-consumption RISC chip designs
31 licensed by ARM Ltd and targeted at embedded applications and 33 licensed by ARM Ltd and targeted at embedded applications and
@@ -97,10 +99,6 @@ config MCA
97 <file:Documentation/mca.txt> (and especially the web page given 99 <file:Documentation/mca.txt> (and especially the web page given
98 there) before attempting to build an MCA bus kernel. 100 there) before attempting to build an MCA bus kernel.
99 101
100config GENERIC_HARDIRQS
101 bool
102 default y
103
104config STACKTRACE_SUPPORT 102config STACKTRACE_SUPPORT
105 bool 103 bool
106 default y 104 default y
@@ -180,9 +178,6 @@ config FIQ
180config ARCH_MTD_XIP 178config ARCH_MTD_XIP
181 bool 179 bool
182 180
183config GENERIC_HARDIRQS_NO__DO_IRQ
184 def_bool y
185
186config ARM_L1_CACHE_SHIFT_6 181config ARM_L1_CACHE_SHIFT_6
187 bool 182 bool
188 help 183 help
@@ -1452,15 +1447,6 @@ config HW_PERF_EVENTS
1452 Enable hardware performance counter support for perf events. If 1447 Enable hardware performance counter support for perf events. If
1453 disabled, perf events will use software events only. 1448 disabled, perf events will use software events only.
1454 1449
1455config SPARSE_IRQ
1456 def_bool n
1457 help
1458 This enables support for sparse irqs. This is useful in general
1459 as most CPUs have a fairly sparse array of IRQ vectors, which
1460 the irq_desc then maps directly on to. Systems with a high
1461 number of off-chip IRQs will want to treat this as
1462 experimental until they have been independently verified.
1463
1464source "mm/Kconfig" 1450source "mm/Kconfig"
1465 1451
1466config FORCE_MAX_ZONEORDER 1452config FORCE_MAX_ZONEORDER