aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-09-06 02:39:44 -0400
committerArnd Bergmann <arnd@arndb.de>2011-10-31 09:26:23 -0400
commit9fbbe6890c88aa332efe61d5894108dd8b932530 (patch)
treeb27bedc317d68e969e9220cb93de8bc9fc5c62e8 /arch/arm/mach-imx/Kconfig
parent1103643c266ae45c7098e0f7f3ee0b68e3e7c7cc (diff)
arm/imx6q: add core drivers clock, gpc, mmdc and src
It adds a number of core drivers support for imx6q, including clock, General Power Controller (gpc), Multi Mode DDR Controller(mmdc) and System Reset Controller (src). Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index cc4b6e46f425..40372a8e301b 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -1,5 +1,15 @@
1config IMX_HAVE_DMA_V1 1config IMX_HAVE_DMA_V1
2 bool 2 bool
3
4config HAVE_IMX_GPC
5 bool
6
7config HAVE_IMX_MMDC
8 bool
9
10config HAVE_IMX_SRC
11 bool
12
3# 13#
4# ARCH_MX31 and ARCH_MX35 are left for compatibility 14# ARCH_MX31 and ARCH_MX35 are left for compatibility
5# Some usages assume that having one of them implies not having (e.g.) ARCH_MX2. 15# Some usages assume that having one of them implies not having (e.g.) ARCH_MX2.
@@ -601,6 +611,9 @@ config SOC_IMX6Q
601 select ARM_GIC 611 select ARM_GIC
602 select CACHE_L2X0 612 select CACHE_L2X0
603 select CPU_V7 613 select CPU_V7
614 select HAVE_IMX_GPC
615 select HAVE_IMX_MMDC
616 select HAVE_IMX_SRC
604 select USE_OF 617 select USE_OF
605 618
606 help 619 help