diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-03 13:36:18 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-28 10:22:10 +0200 |
commit | d81c50a0360f8a186150b9bb572d5e0514c25ce9 (patch) | |
tree | 6ce4cf5584c1f5085c002eac2d21cfc1d6a2d276 /arch/arm/mach-mxs | |
parent | 6e525044c716aedf92f41893f00417d557a872d2 (diff) | |
download | linux-stable-d81c50a0360f8a186150b9bb572d5e0514c25ce9.tar.gz linux-stable-d81c50a0360f8a186150b9bb572d5e0514c25ce9.tar.bz2 linux-stable-d81c50a0360f8a186150b9bb572d5e0514c25ce9.zip |
clocksource/drivers/mxs: Add the COMPILE_TEST option
Change the Kconfig option logic to fullfil with the current approach.
A new Kconfig option is added, CONFIG_MXS_TIMER and is selected by the
platform. Then the clocksource's Kconfig is changed to make this option
selectable by the user if the COMPILE_TEST option is set. Otherwise, it is
up to the platform's Kconfig to select the timer.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 84794137b175..68a3a9ec605d 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -16,7 +16,7 @@ config ARCH_MXS bool "Freescale MXS (i.MX23, i.MX28) support" depends on ARCH_MULTI_V5 select ARCH_REQUIRE_GPIOLIB - select CLKSRC_MMIO + select MXS_TIMER select PINCTRL select SOC_BUS select SOC_IMX23 |