diff options
author | 周琰杰 (Zhou Yanjie) | 2020-07-14 13:32:25 +0800 |
---|---|---|
committer | Thomas Bogendoerfer | 2020-07-16 10:54:26 +0200 |
commit | 63970c291d6cf50e93a3557695d6e6fc4ba323e6 (patch) | |
tree | 732afcdaa216b91a12d3f7b0c7b7d08d5920dd3f /arch/mips/jz4740/Kconfig | |
parent | c7c101df0aecddb1ae56dd7f6705eb05cb59b88a (diff) |
MIPS: Ingenic: Add Ingenic X1830 support.
Support the Ingenic X1830 SoC using the code under arch/mips/jz4740.
This is left unselectable in Kconfig until a X1830 based board is
added in a later commit.
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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/jz4740/Kconfig b/arch/mips/jz4740/Kconfig index baa315c8183a..3d835a8c2b40 100644 --- a/arch/mips/jz4740/Kconfig +++ b/arch/mips/jz4740/Kconfig @@ -58,3 +58,9 @@ config MACH_X1000 select MIPS_CPU_SCACHE select SYS_HAS_CPU_MIPS32_R2 select SYS_SUPPORTS_HIGHMEM + +config MACH_X1830 + bool + select MIPS_CPU_SCACHE + select SYS_HAS_CPU_MIPS32_R2 + select SYS_SUPPORTS_HIGHMEM |