aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r--arch/arm/mach-mxs/Kconfig22
1 files changed, 12 insertions, 10 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
index ecc431909d6f..02e693537f36 100644
--- a/arch/arm/mach-mxs/Kconfig
+++ b/arch/arm/mach-mxs/Kconfig
@@ -1,5 +1,3 @@
1if ARCH_MXS
2
3config SOC_IMX23 1config SOC_IMX23
4 bool 2 bool
5 select ARM_AMBA 3 select ARM_AMBA
@@ -15,14 +13,18 @@ config SOC_IMX28
15 select HAVE_PWM 13 select HAVE_PWM
16 select PINCTRL_IMX28 14 select PINCTRL_IMX28
17 15
18comment "MXS platforms:" 16config ARCH_MXS
19 17 bool "Freescale MXS (i.MX23, i.MX28) support"
20config MACH_MXS_DT 18 depends on ARCH_MULTI_V5
21 bool "Support MXS platforms from device tree" 19 select ARCH_REQUIRE_GPIOLIB
20 select CLKDEV_LOOKUP
21 select CLKSRC_MMIO
22 select CLKSRC_OF
23 select GENERIC_CLOCKEVENTS
24 select HAVE_CLK_PREPARE
25 select PINCTRL
22 select SOC_IMX23 26 select SOC_IMX23
23 select SOC_IMX28 27 select SOC_IMX28
28 select STMP_DEVICE
24 help 29 help
25 Include support for Freescale MXS platforms(i.MX23 and i.MX28) 30 Support for Freescale MXS-based family of processors
26 using the device tree for discovery
27
28endif