aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-asm9260
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-05-05 17:07:11 +0200
committerArnd Bergmann <arnd@arndb.de>2020-05-15 23:27:37 +0200
commit80454a9908d70f76c44b28f3ec2af61aea16e0c1 (patch)
tree4f848b087abc2961c683ce24a46f678a51f7aff3 /arch/arm/mach-asm9260
parentARM: alpine: Drop unneeded select of HAVE_SMP (diff)
downloadlinux-dev-80454a9908d70f76c44b28f3ec2af61aea16e0c1.tar.xz
linux-dev-80454a9908d70f76c44b28f3ec2af61aea16e0c1.zip
ARM: asm9260: Drop unneeded select of GENERIC_CLOCKEVENTS
Support for the Alphascale ASM9260 platform depends on ARCH_MULTI_V5, and thus on ARCH_MULTIPLATFORM. As the latter selects GENERIC_CLOCKEVENTS, there is no need for MACH_ASM9260 to select GENERIC_CLOCKEVENTS. Link: https://lore.kernel.org/r/20200505150722.1575-5-geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Oleksij Rempel <linux@rempel-privat.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-asm9260')
-rw-r--r--arch/arm/mach-asm9260/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-asm9260/Kconfig b/arch/arm/mach-asm9260/Kconfig
index e42dbaa53bc6..a2e1d0aaf252 100644
--- a/arch/arm/mach-asm9260/Kconfig
+++ b/arch/arm/mach-asm9260/Kconfig
@@ -4,6 +4,5 @@ config MACH_ASM9260
depends on ARCH_MULTI_V5
select CPU_ARM926T
select ASM9260_TIMER
- select GENERIC_CLOCKEVENTS
help
Support for Alphascale ASM9260 based platform.