From: Beniamino Galvani Date: Tue, 18 Nov 2014 15:41:20 +0000 (+0100) Subject: clocksource: meson6: Select CLKSRC_MMIO X-Git-Tag: v3.19-rc1~169^2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b6b0a455d98c7a314278e0fdca25ec6395a502a;p=thirdparty%2Fkernel%2Flinux.git clocksource: meson6: Select CLKSRC_MMIO Select CLKSRC_MMIO when the meson6_timer driver is enabled since it depends on clocksource MMIO functions. Signed-off-by: Beniamino Galvani Signed-off-by: Carlo Caione --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 90420600e1eb1..f657a48d20eb4 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -32,6 +32,7 @@ config ARMADA_370_XP_TIMER config MESON6_TIMER bool + select CLKSRC_MMIO config ORION_TIMER select CLKSRC_OF