diff options
Diffstat (limited to 'arch/arm/mach-rda')
-rw-r--r-- | arch/arm/mach-rda/Kconfig | 8 | ||||
-rw-r--r-- | arch/arm/mach-rda/Makefile | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-rda/Kconfig b/arch/arm/mach-rda/Kconfig new file mode 100644 index 000000000..4d2e4e046 --- /dev/null +++ b/arch/arm/mach-rda/Kconfig @@ -0,0 +1,8 @@ +# 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. diff --git a/arch/arm/mach-rda/Makefile b/arch/arm/mach-rda/Makefile new file mode 100644 index 000000000..f126d00ec --- /dev/null +++ b/arch/arm/mach-rda/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj- += dummy.o |