diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2009-04-28 20:52:05 +0530 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2009-06-09 13:04:06 +0530 |
commit | 934f8be7b1020ad899bdba62842a5383e4c72aa8 (patch) | |
tree | 5b3ad910d4c584601b4868053708b3f802410c16 /arch/arm/Kconfig | |
parent | 39e1d4c18f34190c739f765ae56bfaa9cbbc6fdb (diff) | |
download | linux-3.10-934f8be7b1020ad899bdba62842a5383e4c72aa8.tar.gz linux-3.10-934f8be7b1020ad899bdba62842a5383e4c72aa8.tar.bz2 linux-3.10-934f8be7b1020ad899bdba62842a5383e4c72aa8.zip |
ARM: OMAP4: SMP: Enable SMP support for OMAP4430
This patch enables SMP on OMAP4430 SDP platform.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 28248b5d6a7..f42cf3adf25 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -843,10 +843,10 @@ source "kernel/time/Kconfig" config SMP bool "Symmetric Multi-Processing (EXPERIMENTAL)" - depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) + depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP ||ARCH_OMAP4) depends on GENERIC_CLOCKEVENTS select USE_GENERIC_SMP_HELPERS - select HAVE_ARM_SCU if ARCH_REALVIEW + select HAVE_ARM_SCU if (ARCH_REALVIEW || ARCH_OMAP4) help This enables support for systems with more than one CPU. If you have a system with only one CPU, like most personal computers, say N. If @@ -914,9 +914,9 @@ config HOTPLUG_CPU config LOCAL_TIMERS bool "Use local timer interrupts" - depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP) + depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP || ARCH_OMAP4) default y - select HAVE_ARM_TWD if ARCH_REALVIEW + select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_OMAP4) help Enable support for local timers on SMP platforms, rather then the legacy IPI broadcast method. Local timers allows the system |