From: Maxime Ripard Date: Mon, 14 Oct 2013 19:07:46 +0000 (+0200) Subject: clocksource: sun4i: Select CLKSRC_MMIO X-Git-Tag: v3.13-rc1~147^2~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=71c568c00026f082ca16980e2d9bc506e7d3b145;p=linux.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