diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-04-03 12:41:13 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-05-09 08:59:34 +0200 |
commit | 5b48a6145466f1e2b58b31b1673ec413dabdab2a (patch) | |
tree | 61ecab1323d365aeb6482780321399df2e9efd49 /arch/arm/mach-imx/Kconfig | |
parent | ARM i.MX5: implement clocks using common clock framework (diff) | |
download | linux-5b48a6145466f1e2b58b31b1673ec413dabdab2a.tar.xz linux-5b48a6145466f1e2b58b31b1673ec413dabdab2a.zip |
ARM i.MX35: implement clocks using common clock framework
This patch also adds the SPDIF baud clock mux and dividers.
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 eb14ae97f331..a8b3738850bc 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -75,6 +75,7 @@ config SOC_IMX35 bool select CPU_V6 select ARCH_MXC_IOMUX_V3 + select COMMON_CLK select HAVE_EPIT select MXC_AVIC select SMP_ON_UP if SMP |