aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-04-01 10:13:32 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-12 07:28:15 -0400
commit3c03a2fed63881abf5ecb5596625157ecfc9e4eb (patch)
tree778ca5a06bce20eb35f4c459505a3c5bf46a0c0a /arch/arm/mach-imx/Kconfig
parent9a37ac481aab63c61488562c03125ba279ad57c6 (diff)
ARM: imx: add initial imx6dl support
The i.MX6 DualLite/Solo is another i.MX6 family SoC, which is highly compatible with i.MX6 Quad/Dual. And that's why we choose to support it using imx6q code with cpu_is_imx6dl() check when necessary. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 5b676d425bab..2b09a0471d7b 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -790,7 +790,7 @@ config SOC_IMX53
790 This enables support for Freescale i.MX53 processor. 790 This enables support for Freescale i.MX53 processor.
791 791
792config SOC_IMX6Q 792config SOC_IMX6Q
793 bool "i.MX6 Quad support" 793 bool "i.MX6 Quad/DualLite support"
794 select ARCH_HAS_CPUFREQ 794 select ARCH_HAS_CPUFREQ
795 select ARCH_HAS_OPP 795 select ARCH_HAS_OPP
796 select ARM_CPU_SUSPEND if PM 796 select ARM_CPU_SUSPEND if PM