summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig.platforms
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-11-13 17:43:53 +0300
committerArnd Bergmann <arnd@arndb.de>2023-12-22 17:12:27 +0300
commit8b7776fe93de08188f91acf1b11eb0a08a2476a0 (patch)
tree7196e34bf9b76b8694a58dc2997f71a9d09912d7 /arch/arm/Kconfig.platforms
parentb6ed4800136f591cb9b1d95031ba1856f6647dcc (diff)
downloadlinux-8b7776fe93de08188f91acf1b11eb0a08a2476a0.tar.xz
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>
Diffstat (limited to 'arch/arm/Kconfig.platforms')
-rw-r--r--arch/arm/Kconfig.platforms8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.platforms b/arch/arm/Kconfig.platforms
index b80a5b49d276..80f5b040e6ef 100644
--- a/arch/arm/Kconfig.platforms
+++ b/arch/arm/Kconfig.platforms
@@ -75,3 +75,11 @@ config MACH_ASM9260
select ASM9260_TIMER
help
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.