Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a00dfedd authored by Uwe Kleine-König's avatar Uwe Kleine-König
Browse files

ARM: efm32: drop selecting CLKSRC_MMIO



CLKSRC_MMIO is needed on efm32 because the clocksource driver
(CLKSRC_EFM32) uses clocksource_mmio_init() and
clocksource_mmio_readl_up(). Since commit 09ca2757 (clocksource:
time-efm32: Select CLKSRC_MMIO) CLKSRC_EFM32 does the necessary select
itself and ARCH_EFM32 doesn't need to select it explicitly any more.

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent 1b00d862
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -421,9 +421,6 @@ config ARCH_EFM32
	depends on !MMU
	select ARCH_REQUIRE_GPIOLIB
	select ARM_NVIC
	# CLKSRC_MMIO is wrong here, but needed until a proper fix is merged,
	# i.e. CLKSRC_EFM32 selecting CLKSRC_MMIO
	select CLKSRC_MMIO
	select CLKSRC_OF
	select COMMON_CLK
	select CPU_V7M