diff options
author | 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com> | 2020-07-14 08:32:27 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-07-16 11:57:44 +0300 |
commit | 56d47fbbb7b4c3cf704c6ea61d6c1adf8667f43e (patch) | |
tree | 78a698a990015aff693c41695b148d019e4d49d9 /arch/mips/jz4740/Kconfig | |
parent | 1c3dea35372cd07612573e99f820d5e6833bf53e (diff) | |
download | linux-56d47fbbb7b4c3cf704c6ea61d6c1adf8667f43e.tar.xz |
MIPS: Ingenic: Add YSH & ATIL CU Neo board support.
Add a device tree and a defconfig for the Ingenic X1830 based
YSH & ATIL CU Neo board.
Tested-by: 周正 (Zhou Zheng) <sernia.zhou@foxmail.com>
Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
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 3d835a8c2b40..c2a6fbf8e411 100644 --- a/arch/mips/jz4740/Kconfig +++ b/arch/mips/jz4740/Kconfig @@ -31,6 +31,10 @@ config X1000_CU1000_NEO bool "YSH & ATIL CU1000 Module with Neo backplane" select MACH_X1000 +config X1830_CU1830_NEO + bool "YSH & ATIL CU1830 Module with Neo backplane" + select MACH_X1830 + endchoice config MACH_JZ4725B |