Skip to content

Commit b6ed480

Browse files
glneoarndb
authored andcommitted
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>
1 parent 20e3ab9 commit b6ed480

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

arch/arm/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@ source "arch/arm/mach-alpine/Kconfig"
364364

365365
source "arch/arm/mach-artpec/Kconfig"
366366

367-
source "arch/arm/mach-asm9260/Kconfig"
368-
369367
source "arch/arm/mach-aspeed/Kconfig"
370368

371369
source "arch/arm/mach-at91/Kconfig"

arch/arm/Kconfig.platforms

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,12 @@ config ARCH_VIRT
6666
select ARM_GIC_V3_ITS if PCI
6767
select ARM_PSCI
6868
select HAVE_ARM_ARCH_TIMER
69+
70+
config MACH_ASM9260
71+
bool "Alphascale ASM9260"
72+
depends on ARCH_MULTI_V5
73+
depends on CPU_LITTLE_ENDIAN
74+
select CPU_ARM926T
75+
select ASM9260_TIMER
76+
help
77+
Support for Alphascale ASM9260 based platform.

arch/arm/mach-asm9260/Kconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)