summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-03-09 08:11:32 (GMT)
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-02 10:08:32 (GMT)
commitcd73785fb7cdd59f0edaaf9958b1bce60e0aab3a (patch)
tree40b70299c6b820e83c3359f104a6313a5eccf7db /arch/arm/mach-imx/Kconfig
parent6bbaec5676e4f475b0d78743cbd4c70a8804ce14 (diff)
downloadlinux-fsl-qoriq-cd73785fb7cdd59f0edaaf9958b1bce60e0aab3a.tar.xz
ARM i.MX1: implement clocks using common clock framework
This also changes the DMA clkdev lookup to use the imx-dma driver name and "ahb" as connection ID to request the hclk dma clock. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 0b832b1..c03920a 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -34,6 +34,7 @@ config ARCH_MX53
config SOC_IMX1
bool
select ARCH_MX1
+ select COMMON_CLK
select CPU_ARM920T
select IMX_HAVE_IOMUX_V1
select MXC_AVIC