diff options
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 | ||