From: Axel Lin Date: Wed, 20 Nov 2013 02:15:11 +0000 (+0800) Subject: clocksource: time-efm32: Select CLKSRC_MMIO X-Git-Tag: next-20131220~132^2^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09ca27579ee5a1b6f537b82165080b85c1febac8;p=karo-tx-linux.git clocksource: time-efm32: Select CLKSRC_MMIO The time-efm32 driver uses the clocksource MMIO functions. Thus it needs to select CLKSRC_MMIO in Kconfig. Signed-off-by: Axel Lin Signed-off-by: Daniel Lezcano Acked-by: Uwe Kleine-König --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 5c07a56962db..634c4d6dd45a 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -75,6 +75,7 @@ config CLKSRC_DBX500_PRCMU_SCHED_CLOCK config CLKSRC_EFM32 bool "Clocksource for Energy Micro's EFM32 SoCs" if !ARCH_EFM32 depends on OF && ARM && (ARCH_EFM32 || COMPILE_TEST) + select CLKSRC_MMIO default ARCH_EFM32 help Support to use the timers of EFM32 SoCs as clock source and clock