mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 08:20:52 +07:00
80454a9908
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>
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config MACH_ASM9260
|
|
bool "Alphascale ASM9260"
|
|
depends on ARCH_MULTI_V5
|
|
select CPU_ARM926T
|
|
select ASM9260_TIMER
|
|
help
|
|
Support for Alphascale ASM9260 based platform.
|