aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-06-11 10:35:00 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-06-11 10:35:00 -0400
commit42578c82e0f1810a07ebe29cb05e874893243d8c (patch)
treee2a3811677d3594e891fc82c940438f6b6abc3e0 /arch/arm/Kconfig
parent2631182bf93919577730e6a6c4345308db590057 (diff)
parent85d6943af50537d3aec58b967ffbd3fec88453e9 (diff)
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel
Conflicts: arch/arm/Kconfig arch/arm/kernel/smp.c arch/arm/mach-realview/Makefile arch/arm/mach-realview/platsmp.c
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 430d2b756165..c857111ab964 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -849,7 +849,8 @@ source "kernel/time/Kconfig"
849 849
850config SMP 850config SMP
851 bool "Symmetric Multi-Processing (EXPERIMENTAL)" 851 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
852 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP ||ARCH_OMAP4) 852 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP ||\
853 MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4)
853 depends on GENERIC_CLOCKEVENTS 854 depends on GENERIC_CLOCKEVENTS
854 select USE_GENERIC_SMP_HELPERS 855 select USE_GENERIC_SMP_HELPERS
855 select HAVE_ARM_SCU if (ARCH_REALVIEW || ARCH_OMAP4) 856 select HAVE_ARM_SCU if (ARCH_REALVIEW || ARCH_OMAP4)
@@ -920,7 +921,8 @@ config HOTPLUG_CPU
920 921
921config LOCAL_TIMERS 922config LOCAL_TIMERS
922 bool "Use local timer interrupts" 923 bool "Use local timer interrupts"
923 depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP || ARCH_OMAP4) 924 depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || \
925 REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4)
924 default y 926 default y
925 select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_OMAP4) 927 select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_OMAP4)
926 help 928 help
@@ -1031,7 +1033,7 @@ config LEDS
1031 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ 1033 ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \
1032 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ 1034 ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \
1033 ARCH_AT91 || ARCH_DAVINCI || \ 1035 ARCH_AT91 || ARCH_DAVINCI || \
1034 ARCH_KS8695 || MACH_RD88F5182 1036 ARCH_KS8695 || MACH_RD88F5182 || ARCH_REALVIEW
1035 help 1037 help
1036 If you say Y here, the LEDs on your machine will be used 1038 If you say Y here, the LEDs on your machine will be used
1037 to provide useful information about your current system status. 1039 to provide useful information about your current system status.