diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7d0818797c85..cf8a99f19dc4 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -713,6 +713,16 @@ config ARCH_BCMRING | |||
713 | help | 713 | help |
714 | Support for Broadcom's BCMRing platform. | 714 | Support for Broadcom's BCMRing platform. |
715 | 715 | ||
716 | config ARCH_U8500 | ||
717 | bool "ST-Ericsson U8500 Series" | ||
718 | select CPU_V7 | ||
719 | select ARM_AMBA | ||
720 | select GENERIC_TIME | ||
721 | select GENERIC_CLOCKEVENTS | ||
722 | select COMMON_CLKDEV | ||
723 | help | ||
724 | Support for ST-Ericsson's Ux500 architecture | ||
725 | |||
716 | endchoice | 726 | endchoice |
717 | 727 | ||
718 | source "arch/arm/mach-clps711x/Kconfig" | 728 | source "arch/arm/mach-clps711x/Kconfig" |
@@ -801,6 +811,7 @@ source "arch/arm/mach-at91/Kconfig" | |||
801 | source "arch/arm/plat-mxc/Kconfig" | 811 | source "arch/arm/plat-mxc/Kconfig" |
802 | 812 | ||
803 | source "arch/arm/mach-nomadik/Kconfig" | 813 | source "arch/arm/mach-nomadik/Kconfig" |
814 | source "arch/arm/plat-nomadik/Kconfig" | ||
804 | 815 | ||
805 | source "arch/arm/mach-netx/Kconfig" | 816 | source "arch/arm/mach-netx/Kconfig" |
806 | 817 | ||
@@ -818,6 +829,8 @@ source "arch/arm/mach-w90x900/Kconfig" | |||
818 | 829 | ||
819 | source "arch/arm/mach-bcmring/Kconfig" | 830 | source "arch/arm/mach-bcmring/Kconfig" |
820 | 831 | ||
832 | source "arch/arm/mach-ux500/Kconfig" | ||
833 | |||
821 | # Definitions to make life easier | 834 | # Definitions to make life easier |
822 | config ARCH_ACORN | 835 | config ARCH_ACORN |
823 | bool | 836 | bool |
@@ -971,10 +984,10 @@ source "kernel/time/Kconfig" | |||
971 | config SMP | 984 | config SMP |
972 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" | 985 | bool "Symmetric Multi-Processing (EXPERIMENTAL)" |
973 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP ||\ | 986 | depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP ||\ |
974 | MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4) | 987 | MACH_REALVIEW_PB11MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || ARCH_U8500) |
975 | depends on GENERIC_CLOCKEVENTS | 988 | depends on GENERIC_CLOCKEVENTS |
976 | select USE_GENERIC_SMP_HELPERS | 989 | select USE_GENERIC_SMP_HELPERS |
977 | select HAVE_ARM_SCU if (ARCH_REALVIEW || ARCH_OMAP4) | 990 | select HAVE_ARM_SCU if (ARCH_REALVIEW || ARCH_OMAP4 || ARCH_U8500) |
978 | help | 991 | help |
979 | This enables support for systems with more than one CPU. If you have | 992 | This enables support for systems with more than one CPU. If you have |
980 | a system with only one CPU, like most personal computers, say N. If | 993 | a system with only one CPU, like most personal computers, say N. If |
@@ -1043,9 +1056,9 @@ config HOTPLUG_CPU | |||
1043 | config LOCAL_TIMERS | 1056 | config LOCAL_TIMERS |
1044 | bool "Use local timer interrupts" | 1057 | bool "Use local timer interrupts" |
1045 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || \ | 1058 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || \ |
1046 | REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4) | 1059 | REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || ARCH_U8500) |
1047 | default y | 1060 | default y |
1048 | select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_OMAP4) | 1061 | select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_OMAP4 || ARCH_U8500) |
1049 | help | 1062 | help |
1050 | Enable support for local timers on SMP platforms, rather then the | 1063 | Enable support for local timers on SMP platforms, rather then the |
1051 | legacy IPI broadcast method. Local timers allows the system | 1064 | legacy IPI broadcast method. Local timers allows the system |