diff options
| author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-10-14 21:07:46 +0200 |
|---|---|---|
| committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-10-22 22:36:37 +0200 |
| commit | 71c568c00026f082ca16980e2d9bc506e7d3b145 (patch) | |
| tree | 26bc7ed77fe8ac13fb27d9700512f19897ca5e47 /drivers/clocksource | |
| parent | 9c9b781804e0a278e258f81dfc31c50f80867730 (diff) | |
clocksource: sun4i: Select CLKSRC_MMIO
The Allwinner SoCs timer use the clocksource MMIO functions. We thus
need to select them in Kconfig.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
| -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 915a38872851..bdb953e15d2a 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -34,6 +34,7 @@ config ORION_TIMER bool config SUN4I_TIMER + select CLKSRC_MMIO bool config VT8500_TIMER |
