diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-11-13 10:44:38 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 10:12:17 +0100 |
commit | 0881841f7e7863ba0d33d4c34ee284cde85e18c4 (patch) | |
tree | 6fe057493b8ec3e237bf79bb6aafecda40853022 /drivers/clocksource/Kconfig | |
parent | 46e7c3c6e5c56aadac391f92771e37dc03bec9b8 (diff) | |
download | linux-0881841f7e7863ba0d33d4c34ee284cde85e18c4.tar.gz linux-0881841f7e7863ba0d33d4c34ee284cde85e18c4.tar.bz2 linux-0881841f7e7863ba0d33d4c34ee284cde85e18c4.zip |
clocksource/drivers/tango-xtal: Replace code by clocksource_mmio_init
The current code to initialize, register and read the clocksource is
already factored out in mmio.c via the clocksource_mmio_init function.
Factor out the code with the clocksource_mmio_init function.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index db240cb56da7..b251013eef0a 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -351,6 +351,7 @@ config CLKSRC_TANGO_XTAL bool "Clocksource for Tango SoC" if COMPILE_TEST depends on ARM select CLKSRC_OF + select CLKSRC_MMIO help This enables the clocksource for Tango SoC |