diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-03-09 09:11:32 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-05-02 12:08:32 +0200 |
commit | cd73785fb7cdd59f0edaaf9958b1bce60e0aab3a (patch) | |
tree | 40b70299c6b820e83c3359f104a6313a5eccf7db /arch/arm/mach-imx/Kconfig | |
parent | 6bbaec5676e4f475b0d78743cbd4c70a8804ce14 (diff) | |
download | blackbird-obmc-linux-cd73785fb7cdd59f0edaaf9958b1bce60e0aab3a.tar.gz blackbird-obmc-linux-cd73785fb7cdd59f0edaaf9958b1bce60e0aab3a.zip |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 0b832b17d4fc..c03920af141e 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 |