diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-04-03 06:41:13 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-05-09 02:59:34 -0400 |
commit | 5b48a6145466f1e2b58b31b1673ec413dabdab2a (patch) | |
tree | 61ecab1323d365aeb6482780321399df2e9efd49 /arch/arm/mach-imx/Kconfig | |
parent | b8d4176fa59eff3c21f54125ba3d010a904b9707 (diff) |
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 | |||
75 | bool | 75 | bool |
76 | select CPU_V6 | 76 | select CPU_V6 |
77 | select ARCH_MXC_IOMUX_V3 | 77 | select ARCH_MXC_IOMUX_V3 |
78 | select COMMON_CLK | ||
78 | select HAVE_EPIT | 79 | select HAVE_EPIT |
79 | select MXC_AVIC | 80 | select MXC_AVIC |
80 | select SMP_ON_UP if SMP | 81 | select SMP_ON_UP if SMP |