|
@@ -351,6 +351,14 @@ config ARCH_MXC
|
|
|
help
|
|
|
Support for Freescale MXC/iMX-based family of processors
|
|
|
|
|
|
+config ARCH_MXS
|
|
|
+ bool "Freescale MXS-based"
|
|
|
+ select GENERIC_CLOCKEVENTS
|
|
|
+ select ARCH_REQUIRE_GPIOLIB
|
|
|
+ select COMMON_CLKDEV
|
|
|
+ help
|
|
|
+ Support for Freescale MXS-based family of processors
|
|
|
+
|
|
|
config ARCH_STMP3XXX
|
|
|
bool "Freescale STMP3xxx"
|
|
|
select CPU_ARM926T
|
|
@@ -902,6 +910,8 @@ source "arch/arm/mach-mv78xx0/Kconfig"
|
|
|
|
|
|
source "arch/arm/plat-mxc/Kconfig"
|
|
|
|
|
|
+source "arch/arm/mach-mxs/Kconfig"
|
|
|
+
|
|
|
source "arch/arm/mach-netx/Kconfig"
|
|
|
|
|
|
source "arch/arm/mach-nomadik/Kconfig"
|