diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
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 | ||
850 | config SMP | 850 | config 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 | ||
921 | config LOCAL_TIMERS | 922 | config 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. |