Commit 8b7776fe authored by Andrew Davis's avatar Andrew Davis Committed by Arnd Bergmann

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: default avatarAndrew Davis <afd@ti.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent b6ed4800
...@@ -438,8 +438,6 @@ source "arch/arm/mach-pxa/Kconfig" ...@@ -438,8 +438,6 @@ source "arch/arm/mach-pxa/Kconfig"
source "arch/arm/mach-qcom/Kconfig" source "arch/arm/mach-qcom/Kconfig"
source "arch/arm/mach-rda/Kconfig"
source "arch/arm/mach-realtek/Kconfig" source "arch/arm/mach-realtek/Kconfig"
source "arch/arm/mach-rpc/Kconfig" source "arch/arm/mach-rpc/Kconfig"
......
...@@ -75,3 +75,11 @@ config MACH_ASM9260 ...@@ -75,3 +75,11 @@ config MACH_ASM9260
select ASM9260_TIMER select ASM9260_TIMER
help help
Support for Alphascale ASM9260 based platform. Support for Alphascale ASM9260 based platform.
config ARCH_RDA
bool "RDA Micro SoCs"
depends on ARCH_MULTI_V7
select RDA_INTC
select RDA_TIMER
help
This enables support for the RDA Micro 8810PL SoC family.
# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_RDA
bool "RDA Micro SoCs"
depends on ARCH_MULTI_V7
select RDA_INTC
select RDA_TIMER
help
This enables support for the RDA Micro 8810PL SoC family.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment