summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorShawn Guo2011-09-06 08:39:44 +0200
committerArnd Bergmann2011-10-31 14:26:23 +0100
commit9fbbe6890c88aa332efe61d5894108dd8b932530 (patch)
treeb27bedc317d68e969e9220cb93de8bc9fc5c62e8 /arch/arm/mach-imx/Kconfig
parentarm/imx: add gic_handle_irq function (diff)
downloadkernel-qcow2-linux-9fbbe6890c88aa332efe61d5894108dd8b932530.tar.gz
kernel-qcow2-linux-9fbbe6890c88aa332efe61d5894108dd8b932530.tar.xz
kernel-qcow2-linux-9fbbe6890c88aa332efe61d5894108dd8b932530.zip
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 @@
config IMX_HAVE_DMA_V1
bool
+
+config HAVE_IMX_GPC
+ bool
+
+config HAVE_IMX_MMDC
+ bool
+
+config HAVE_IMX_SRC
+ bool
+
#
# ARCH_MX31 and ARCH_MX35 are left for compatibility
# Some usages assume that having one of them implies not having (e.g.) ARCH_MX2.
@@ -601,6 +611,9 @@ config SOC_IMX6Q
select ARM_GIC
select CACHE_L2X0
select CPU_V7
+ select HAVE_IMX_GPC
+ select HAVE_IMX_MMDC
+ select HAVE_IMX_SRC
select USE_OF
help