diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-06-23 21:24:31 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-16 11:48:09 +0300 |
commit | ac6b13814f7af6981fb718fad8cf83199cd98dad (patch) | |
tree | 7865a00a719115e1a00faf1466a9184dcbf68df8 /arch/mips/jz4740/Kconfig | |
parent | c211ab5f5e6e304aee43bb5ef6919fbe4e41ef64 (diff) | |
download | linux-ac6b13814f7af6981fb718fad8cf83199cd98dad.tar.xz |
MIPS: ingenic: Add support for the RS90 board
The RS-90, better known as RetroMini, is a small and pocketable handheld
gaming console from YLMChina. It has little more than a JZ4725B SoC, a
NAND, a screen, some buttons and a speaker.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/jz4740/Kconfig')
-rw-r--r-- | arch/mips/jz4740/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/jz4740/Kconfig b/arch/mips/jz4740/Kconfig index 0325153efbd4..baa315c8183a 100644 --- a/arch/mips/jz4740/Kconfig +++ b/arch/mips/jz4740/Kconfig @@ -15,6 +15,10 @@ config JZ4740_QI_LB60 bool "Qi Hardware Ben NanoNote" select MACH_JZ4740 +config JZ4740_RS90 + bool "YLM RetroMini (RS-90)" + select MACH_JZ4725B + config JZ4770_GCW0 bool "Game Consoles Worldwide GCW Zero" select MACH_JZ4770 |