Commit 71c568c00026f082ca16980e2d9bc506e7d3b145

Authored by Maxime Ripard
Committed by Daniel Lezcano
1 parent 9c9b781804

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/clocksource/Kconfig
... ... @@ -34,6 +34,7 @@
34 34 bool
35 35  
36 36 config SUN4I_TIMER
  37 + select CLKSRC_MMIO
37 38 bool
38 39  
39 40 config VT8500_TIMER