diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-10-02 03:09:11 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:26:21 -0400 |
commit | bac89d754ba333453576fd38eb6073d7f89818fe (patch) | |
tree | b53d79778a231d9cb62cacd97910e03ac93da921 /arch/arm/mach-imx/Kconfig | |
parent | 7d740f87fd0741c00231a4b13074660d526d5630 (diff) |
arm/imx6q: add core definitions and low-level debug uart
It adds the core definitions and low-level debug uart support
for imx6q.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index b4e1bf8757c7..cc4b6e46f425 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -592,3 +592,18 @@ config MACH_VPR200 | |||
592 | configurations for the board and its peripherals. | 592 | configurations for the board and its peripherals. |
593 | 593 | ||
594 | endif | 594 | endif |
595 | |||
596 | if ARCH_MX6 | ||
597 | comment "i.MX6 family:" | ||
598 | |||
599 | config SOC_IMX6Q | ||
600 | bool "i.MX6 Quad support" | ||
601 | select ARM_GIC | ||
602 | select CACHE_L2X0 | ||
603 | select CPU_V7 | ||
604 | select USE_OF | ||
605 | |||
606 | help | ||
607 | This enables support for Freescale i.MX6 Quad processor. | ||
608 | |||
609 | endif | ||