diff mbox series

ARM: arch timer: Drop unneeded select GENERIC_CLOCKEVENTS

Message ID 20200121100608.32218-1-geert+renesas@glider.be (mailing list archive)
State Mainlined
Commit 4c8a2bd23115e9871a82c92b465c6625bdd25808
Headers show
Series ARM: arch timer: Drop unneeded select GENERIC_CLOCKEVENTS | expand

Commit Message

Geert Uytterhoeven Jan. 21, 2020, 10:06 a.m. UTC
The ARM Architected timer is available on ARMv7 SoCs only.
As both ARCH_MULTIPLATFORM and ARM_SINGLE_ARMV7M select
GENERIC_CLOCKEVENTS, there is no need for HAVE_ARM_ARCH_TIMER to select
GENERIC_CLOCKEVENTS.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 96dab76da3b3962b..ea3ed263d3f50bb4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1246,7 +1246,6 @@  config HAVE_ARM_ARCH_TIMER
 	bool "Architected timer support"
 	depends on CPU_V7
 	select ARM_ARCH_TIMER
-	select GENERIC_CLOCKEVENTS
 	help
 	  This option enables support for the ARM architected timer