diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2015-05-15 15:41:00 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 14:52:30 +0800 |
commit | bea5af41dd9b5f127c730c00610756972a616ed4 (patch) | |
tree | 4eda620d61fbe66d37c9b48f71c67719484fdf2c /arch/arm/mach-imx/Kconfig | |
parent | 2321f246e54abf544d3b9f781ade482b5471d37c (diff) | |
download | linux-bea5af41dd9b5f127c730c00610756972a616ed4.tar.gz linux-bea5af41dd9b5f127c730c00610756972a616ed4.tar.bz2 linux-bea5af41dd9b5f127c730c00610756972a616ed4.zip |
ARM: imx: move timer driver into drivers/clocksource
After the cleanup on imx timer driver, now it's ready to be moved into
drivers/clocksource/. Let's do it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 1d8707885c57..f5813f9f31df 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -2,7 +2,7 @@ menuconfig ARCH_MXC bool "Freescale i.MX family" if ARCH_MULTI_V4_V5 || ARCH_MULTI_V6_V7 select ARCH_REQUIRE_GPIOLIB select ARM_CPU_SUSPEND if PM - select CLKSRC_MMIO + select CLKSRC_IMX_GPT select GENERIC_IRQ_CHIP select PINCTRL select PM_OPP if PM |