diff options
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
| -rw-r--r-- | arch/arm/mach-mxs/Kconfig | 22 |
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 @@ | |||
| 1 | if ARCH_MXS | ||
| 2 | |||
| 3 | config SOC_IMX23 | 1 | config 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 | ||
| 18 | comment "MXS platforms:" | 16 | config ARCH_MXS |
| 19 | 17 | bool "Freescale MXS (i.MX23, i.MX28) support" | |
| 20 | config 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 | |||
| 28 | endif | ||
