summaryrefslogtreecommitdiff
path: root/arch/arm/mach-asm9260
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-11-13 17:43:52 +0300
committerArnd Bergmann <arnd@arndb.de>2023-12-22 17:12:27 +0300
commitb6ed4800136f591cb9b1d95031ba1856f6647dcc (patch)
tree3fa62c84612529b51f93cb715d5584d5a565e3ee /arch/arm/mach-asm9260
parent20e3ab9ecb37a0e7ff4e820b79952280a3317d1d (diff)
downloadlinux-b6ed4800136f591cb9b1d95031ba1856f6647dcc.tar.xz
ARM: mach-asm9260: Move ASM9260 support into Kconfig.platforms
This removes the need for a dedicated Kconfig and mach directory. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-asm9260')
-rw-r--r--arch/arm/mach-asm9260/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-asm9260/Kconfig b/arch/arm/mach-asm9260/Kconfig
deleted file mode 100644
index 74e0f61c74c8..000000000000
--- a/arch/arm/mach-asm9260/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-config MACH_ASM9260
- bool "Alphascale ASM9260"
- depends on ARCH_MULTI_V5
- depends on CPU_LITTLE_ENDIAN
- select CPU_ARM926T
- select ASM9260_TIMER
- help
- Support for Alphascale ASM9260 based platform.