diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-28 12:02:39 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 12:02:41 -0400 |
commit | 2664681fa4101aef2bceb81bbe26a81a88131393 (patch) | |
tree | 2a7e24a19c50da323956accbde0ca13b613bff30 /arch/arm/Kconfig | |
parent | e80d76f84660268859ab82e82fd78c1ce8439323 (diff) |
ARM: mxs: switch to common clk framework
It switches mxs clock support to common clk framework based drivers.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 36586dba6fa6..2095a513a7c0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -468,6 +468,7 @@ config ARCH_MXS | |||
468 | select ARCH_REQUIRE_GPIOLIB | 468 | select ARCH_REQUIRE_GPIOLIB |
469 | select CLKDEV_LOOKUP | 469 | select CLKDEV_LOOKUP |
470 | select CLKSRC_MMIO | 470 | select CLKSRC_MMIO |
471 | select COMMON_CLK | ||
471 | select HAVE_CLK_PREPARE | 472 | select HAVE_CLK_PREPARE |
472 | help | 473 | help |
473 | Support for Freescale MXS-based family of processors | 474 | Support for Freescale MXS-based family of processors |