diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-10-14 15:07:46 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-10-22 16:36:37 -0400 |
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 | |||
34 | bool | 34 | bool |
35 | 35 | ||
36 | config SUN4I_TIMER | 36 | config SUN4I_TIMER |
37 | select CLKSRC_MMIO | ||
37 | bool | 38 | bool |
38 | 39 | ||
39 | config VT8500_TIMER | 40 | config VT8500_TIMER |