]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: efm32: drop selecting CLKSRC_MMIO
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 20 Feb 2014 08:50:57 +0000 (09:50 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 24 Feb 2014 09:03:56 +0000 (10:03 +0100)
commita00dfeddf4f81335afa6174f0e5a7ebd611b8c4c
treee261afd8968d096f568f4023c2da4a2751d68a3d
parent1b00d86210201ec1551010116149dca3ab81d83d
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 09ca27579ee5 (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: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/Kconfig