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/plat-mxc/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/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 502e45f0317..058d1c5f004 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -29,6 +29,13 @@ config ARCH_MX5 | |||
29 | This enables support for machines using Freescale's i.MX50 and i.MX51 | 29 | This enables support for machines using Freescale's i.MX50 and i.MX51 |
30 | processors. | 30 | processors. |
31 | 31 | ||
32 | config ARCH_MX6 | ||
33 | bool "i.MX6" | ||
34 | select AUTO_ZRELADDR if !ZBOOT_ROM | ||
35 | select ARM_PATCH_PHYS_VIRT | ||
36 | help | ||
37 | This enables support for systems based on the Freescale i.MX6 family | ||
38 | |||
32 | endchoice | 39 | endchoice |
33 | 40 | ||
34 | source "arch/arm/mach-imx/Kconfig" | 41 | source "arch/arm/mach-imx/Kconfig" |