diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-15 15:33:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-15 15:33:40 -0500 |
commit | 16c1020362083b320868c0deef492249089c3cd3 (patch) | |
tree | ff200df3502e6010745713275d69fd0a07e399cf /arch/arm/Kconfig | |
parent | 65e5d002b5ad220db2bf9557f53de5a98f7dab86 (diff) | |
parent | bbba75606963c82febf7bd2761ea848ac5d1a1bb (diff) |
Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm: (161 commits)
ARM: pxa: fix building issue of missing physmap.h
ARM: mmp: PXA910 drive strength FAST using wrong value
ARM: mmp: MMP2 drive strength FAST using wrong value
ARM: pxa: fix recursive calls in pxa_low_gpio_chip
AT91: Support for gsia18s board
AT91: Acme Systems FOX Board G20 board files
AT91: board-sam9m10g45ek.c: Remove duplicate inclusion of mach/hardware.h
ARM: pxa: fix suspend/resume array index miscalculation
ARM: pxa: use cpu_has_ipr() consistently in irq.c
ARM: pxa: remove unused variable in clock-pxa3xx.c
ARM: pxa: fix warning in zeus.c
ARM: sa1111: fix typo in sa1111_retrigger_lowirq()
ARM mxs: clkdev related compile fixes
ARM i.MX mx31_3ds: Fix MC13783 regulator names
ARM: plat-stmp3xxx: irq_data conversion.
ARM: plat-spear: irq_data conversion.
ARM: plat-orion: irq_data conversion.
ARM: plat-omap: irq_data conversion.
ARM: plat-nomadik: irq_data conversion.
ARM: plat-mxc: irq_data conversion.
...
Fix up trivial conflict in arch/arm/plat-omap/gpio.c (Lennert
Buytenhek's irq_data conversion clashing with some omap irq updates)
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 629ff8261fc1..5cff165b7eb0 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 | ||
100 | config GENERIC_HARDIRQS | ||
101 | bool | ||
102 | default y | ||
103 | |||
104 | config STACKTRACE_SUPPORT | 102 | config STACKTRACE_SUPPORT |
105 | bool | 103 | bool |
106 | default y | 104 | default y |
@@ -180,9 +178,6 @@ config FIQ | |||
180 | config ARCH_MTD_XIP | 178 | config ARCH_MTD_XIP |
181 | bool | 179 | bool |
182 | 180 | ||
183 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
184 | def_bool y | ||
185 | |||
186 | config ARM_L1_CACHE_SHIFT_6 | 181 | config ARM_L1_CACHE_SHIFT_6 |
187 | bool | 182 | bool |
188 | help | 183 | help |
@@ -368,7 +363,7 @@ config ARCH_MXS | |||
368 | bool "Freescale MXS-based" | 363 | bool "Freescale MXS-based" |
369 | select GENERIC_CLOCKEVENTS | 364 | select GENERIC_CLOCKEVENTS |
370 | select ARCH_REQUIRE_GPIOLIB | 365 | select ARCH_REQUIRE_GPIOLIB |
371 | select COMMON_CLKDEV | 366 | select CLKDEV_LOOKUP |
372 | help | 367 | help |
373 | Support for Freescale MXS-based family of processors | 368 | Support for Freescale MXS-based family of processors |
374 | 369 | ||
@@ -771,6 +766,7 @@ config ARCH_S5PV310 | |||
771 | select ARCH_SPARSEMEM_ENABLE | 766 | select ARCH_SPARSEMEM_ENABLE |
772 | select GENERIC_GPIO | 767 | select GENERIC_GPIO |
773 | select HAVE_CLK | 768 | select HAVE_CLK |
769 | select ARCH_HAS_CPUFREQ | ||
774 | select GENERIC_CLOCKEVENTS | 770 | select GENERIC_CLOCKEVENTS |
775 | select HAVE_S3C_RTC if RTC_CLASS | 771 | select HAVE_S3C_RTC if RTC_CLASS |
776 | select HAVE_S3C2410_I2C if I2C | 772 | select HAVE_S3C2410_I2C if I2C |
@@ -1452,15 +1448,6 @@ config HW_PERF_EVENTS | |||
1452 | Enable hardware performance counter support for perf events. If | 1448 | Enable hardware performance counter support for perf events. If |
1453 | disabled, perf events will use software events only. | 1449 | disabled, perf events will use software events only. |
1454 | 1450 | ||
1455 | config 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 | |||
1464 | source "mm/Kconfig" | 1451 | source "mm/Kconfig" |
1465 | 1452 | ||
1466 | config FORCE_MAX_ZONEORDER | 1453 | config FORCE_MAX_ZONEORDER |