diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-05 17:07:08 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-05-15 23:27:37 +0200 |
commit | 4c8a2bd23115e9871a82c92b465c6625bdd25808 (patch) | |
tree | 8eba3b66f6d75d09cf705bdd09c5ee9d7e956372 /arch/arm/Kconfig | |
parent | a7f6e07724ad43837b38d9350de2d1084f865472 (diff) | |
download | linux-stable-4c8a2bd23115e9871a82c92b465c6625bdd25808.tar.gz linux-stable-4c8a2bd23115e9871a82c92b465c6625bdd25808.tar.bz2 linux-stable-4c8a2bd23115e9871a82c92b465c6625bdd25808.zip |
ARM: arch timer: Drop unneeded select GENERIC_CLOCKEVENTS
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.
Link: https://lore.kernel.org/r/20200505150722.1575-2-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d2dfb9919aea..d5cd71213128 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 |