Skip to content

Commit 8b7776f

Browse files
glneoarndb
authored andcommitted
ARM: mach-rda: Move RDA Micro support into Kconfig.platforms
This removes the need for a dedicated Kconfig and empty mach directory. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent b6ed480 commit 8b7776f

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

arch/arm/Kconfig

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

439439
source "arch/arm/mach-qcom/Kconfig"
440440

441-
source "arch/arm/mach-rda/Kconfig"
442-
443441
source "arch/arm/mach-realtek/Kconfig"
444442

445443
source "arch/arm/mach-rpc/Kconfig"

arch/arm/Kconfig.platforms

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,11 @@ config MACH_ASM9260
7575
select ASM9260_TIMER
7676
help
7777
Support for Alphascale ASM9260 based platform.
78+
79+
config ARCH_RDA
80+
bool "RDA Micro SoCs"
81+
depends on ARCH_MULTI_V7
82+
select RDA_INTC
83+
select RDA_TIMER
84+
help
85+
This enables support for the RDA Micro 8810PL SoC family.

arch/arm/mach-rda/Kconfig

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

0 commit comments

Comments
 (0)