summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rda/Kconfig
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-11-13 08:43:53 -0600
committerArnd Bergmann <arnd@arndb.de>2023-12-22 14:12:27 +0000
commit8b7776fe93de08188f91acf1b11eb0a08a2476a0 (patch)
tree7196e34bf9b76b8694a58dc2997f71a9d09912d7 /arch/arm/mach-rda/Kconfig
parentb6ed4800136f591cb9b1d95031ba1856f6647dcc (diff)
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/mach-rda/Kconfig')
-rw-r--r--arch/arm/mach-rda/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-rda/Kconfig b/arch/arm/mach-rda/Kconfig
deleted file mode 100644
index 4d2e4e046cb3..000000000000
--- a/arch/arm/mach-rda/Kconfig
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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.