diff options
author | Colin Tuckley <colin.tuckley@arm.com> | 2009-05-30 08:56:12 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-05-30 08:56:12 -0400 |
commit | 1b504bbe7a4a6c251cdc9dcba1fab72234827945 (patch) | |
tree | f747a26e44efb9420a2ac9a0f2c95f7004f3b826 /arch/arm/Kconfig | |
parent | 412b400278ed0f71712387d0b9b31cbdd8a18efc (diff) |
RealView: Add support for the RealView/PBX platform
This is a RealView platform supporting core tiles with ARM11MPCore,
Cortex-A8 or Cortex-A9 (multicore) processors. It has support for MMC,
CompactFlash, PCI-E.
Signed-off-by: Colin Tuckley <colin.tuckley@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a8d88af7fe88..cb7b38831436 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -859,7 +859,7 @@ source "kernel/time/Kconfig" | |||
859 | 859 | ||
860 | config SMP | 860 | config SMP |
861 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 861 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
862 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || MACH_REALVIEW_PB11MP) | 862 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX) |
863 | select USE_GENERIC_SMP_HELPERS | 863 | select USE_GENERIC_SMP_HELPERS |
864 | help | 864 | help |
865 | This enables support for systems with more than one CPU. If you have | 865 | This enables support for systems with more than one CPU. If you have |
@@ -916,7 +916,7 @@ config HOTPLUG_CPU | |||
916 | 916 | ||
917 | config LOCAL_TIMERS | 917 | config LOCAL_TIMERS |
918 | bool "Use local timer interrupts" | 918 | bool "Use local timer interrupts" |
919 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP) | 919 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP || MACH_REALVIEW_PBX) |
920 | default y | 920 | default y |
921 | help | 921 | help |
922 | Enable support for local timers on SMP platforms, rather then the | 922 | Enable support for local timers on SMP platforms, rather then the |