From: Maxime Ripard Date: Mon, 14 Oct 2013 19:07:46 +0000 (+0200) Subject: clocksource: sun4i: Select CLKSRC_MMIO X-Git-Tag: firefly_0821_release~176^2~5034^2~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=71c568c00026f082ca16980e2d9bc506e7d3b145;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Daniel Lezcano --- 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