aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4d1c3093a133..fac58916adec 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -352,6 +352,14 @@ config ARCH_MXC
352 help 352 help
353 Support for Freescale MXC/iMX-based family of processors 353 Support for Freescale MXC/iMX-based family of processors
354 354
355config ARCH_MXS
356 bool "Freescale MXS-based"
357 select GENERIC_CLOCKEVENTS
358 select ARCH_REQUIRE_GPIOLIB
359 select COMMON_CLKDEV
360 help
361 Support for Freescale MXS-based family of processors
362
355config ARCH_STMP3XXX 363config ARCH_STMP3XXX
356 bool "Freescale STMP3xxx" 364 bool "Freescale STMP3xxx"
357 select CPU_ARM926T 365 select CPU_ARM926T
@@ -904,6 +912,8 @@ source "arch/arm/mach-mv78xx0/Kconfig"
904 912
905source "arch/arm/plat-mxc/Kconfig" 913source "arch/arm/plat-mxc/Kconfig"
906 914
915source "arch/arm/mach-mxs/Kconfig"
916
907source "arch/arm/mach-netx/Kconfig" 917source "arch/arm/mach-netx/Kconfig"
908 918
909source "arch/arm/mach-nomadik/Kconfig" 919source "arch/arm/mach-nomadik/Kconfig"