]> Pileus Git - ~andy/linux/commitdiff
clocksource: sun4i: Select CLKSRC_MMIO
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 14 Oct 2013 19:07:46 +0000 (21:07 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 22 Oct 2013 20:36:37 +0000 (22:36 +0200)
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>
drivers/clocksource/Kconfig

index 915a38872851ef0933bccb0ea7c84247425086fc..bdb953e15d2a88d201c3997ca86e80f15a00e5cf 100644 (file)
@@ -34,6 +34,7 @@ config ORION_TIMER
        bool
 
 config SUN4I_TIMER
+       select CLKSRC_MMIO
        bool
 
 config VT8500_TIMER