aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig15
1 files changed, 13 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 32cbf3e888ff..a3fb23be87f3 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -364,6 +364,14 @@ config ARCH_MXC
364 help 364 help
365 Support for Freescale MXC/iMX-based family of processors 365 Support for Freescale MXC/iMX-based family of processors
366 366
367config ARCH_MXS
368 bool "Freescale MXS-based"
369 select GENERIC_CLOCKEVENTS
370 select ARCH_REQUIRE_GPIOLIB
371 select COMMON_CLKDEV
372 help
373 Support for Freescale MXS-based family of processors
374
367config ARCH_STMP3XXX 375config ARCH_STMP3XXX
368 bool "Freescale STMP3xxx" 376 bool "Freescale STMP3xxx"
369 select CPU_ARM926T 377 select CPU_ARM926T
@@ -817,6 +825,7 @@ config ARCH_U8500
817 select GENERIC_CLOCKEVENTS 825 select GENERIC_CLOCKEVENTS
818 select CLKDEV_LOOKUP 826 select CLKDEV_LOOKUP
819 select ARCH_REQUIRE_GPIOLIB 827 select ARCH_REQUIRE_GPIOLIB
828 select ARCH_HAS_CPUFREQ
820 help 829 help
821 Support for ST-Ericsson's Ux500 architecture 830 Support for ST-Ericsson's Ux500 architecture
822 831
@@ -923,6 +932,8 @@ source "arch/arm/mach-mv78xx0/Kconfig"
923 932
924source "arch/arm/plat-mxc/Kconfig" 933source "arch/arm/plat-mxc/Kconfig"
925 934
935source "arch/arm/mach-mxs/Kconfig"
936
926source "arch/arm/mach-netx/Kconfig" 937source "arch/arm/mach-netx/Kconfig"
927 938
928source "arch/arm/mach-nomadik/Kconfig" 939source "arch/arm/mach-nomadik/Kconfig"
@@ -1022,8 +1033,8 @@ source arch/arm/mm/Kconfig
1022 1033
1023config IWMMXT 1034config IWMMXT
1024 bool "Enable iWMMXt support" 1035 bool "Enable iWMMXt support"
1025 depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK 1036 depends on CPU_XSCALE || CPU_XSC3 || CPU_MOHAWK || CPU_PJ4
1026 default y if PXA27x || PXA3xx || ARCH_MMP 1037 default y if PXA27x || PXA3xx || PXA95x || ARCH_MMP
1027 help 1038 help
1028 Enable support for iWMMXt context switching at run time if 1039 Enable support for iWMMXt context switching at run time if
1029 running on a CPU that supports it. 1040 running on a CPU that supports it.