diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-04 20:53:22 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-05-09 08:59:34 +0200 |
commit | 2acd1b6f889c04f8f303a5a11993f60fda6a7885 (patch) | |
tree | 4ffcc44da262d294aece311fe439237e59275f2e /arch/arm/mach-imx/Kconfig | |
parent | 5b48a6145466f1e2b58b31b1673ec413dabdab2a (diff) |
ARM: i.MX6: implement clocks using common clock framework
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
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 a8b3738850bc..c8e4ec117517 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -843,6 +843,7 @@ config SOC_IMX6Q bool "i.MX6 Quad support" select ARM_CPU_SUSPEND if PM select ARM_GIC + select COMMON_CLK select CPU_V7 select HAVE_ARM_SCU select HAVE_IMX_GPC |