diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-04-28 18:02:39 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-08 18:02:41 +0200 |
commit | 2664681fa4101aef2bceb81bbe26a81a88131393 (patch) | |
tree | 2a7e24a19c50da323956accbde0ca13b613bff30 /arch/arm/Kconfig | |
parent | ARM: mxs: change the lookup name for fec phy clock (diff) | |
download | linux-2664681fa4101aef2bceb81bbe26a81a88131393.tar.xz linux-2664681fa4101aef2bceb81bbe26a81a88131393.zip |
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 select ARCH_REQUIRE_GPIOLIB select CLKDEV_LOOKUP select CLKSRC_MMIO + select COMMON_CLK select HAVE_CLK_PREPARE help Support for Freescale MXS-based family of processors |