[Letux-kernel] [RFC 01/28] MIPS: ingenic: introduce MACH_JZ4730
H. Nikolaus Schaller
hns at goldelico.com
Sat Jan 23 17:28:27 CET 2021
The jz4730 is a single core SoC by Ingenic with peripherals
like LCD controller, NAND controller, Timers, PWM, GPIOs
Signed-off-by: H. Nikolaus Schaller <hns at goldelico.com>
---
arch/mips/ingenic/Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/mips/ingenic/Kconfig b/arch/mips/ingenic/Kconfig
index 3238e16febd5f..f6816cb58e75e 100644
--- a/arch/mips/ingenic/Kconfig
+++ b/arch/mips/ingenic/Kconfig
@@ -3,6 +3,7 @@
config MACH_INGENIC_GENERIC
bool
select MACH_INGENIC
+ select MACH_JZ4730
select MACH_JZ4740
select MACH_JZ4770
select MACH_JZ4780
@@ -47,6 +48,10 @@ config MACH_JZ4725B
bool
select SYS_HAS_CPU_MIPS32_R1
+config MACH_JZ4730
+ bool
+ select SYS_HAS_CPU_MIPS32_R1
+
config MACH_JZ4740
bool
select SYS_HAS_CPU_MIPS32_R1
--
2.26.2
More information about the Letux-kernel
mailing list