blob: 858173e75b4068bbeeea198309f4cf35697e1557 [file] [log] [blame]
Paul Burton96c68472018-12-16 19:25:22 -03001menu "Ingenic JZ47xx platforms"
2 depends on ARCH_JZ47XX
3
4config SYS_SOC
5 default "jz47xx"
6
7config SOC_JZ4780
8 bool
Jiaxun Yang33e289a2024-07-17 16:07:02 +08009 select SUPPORT_LITTLE_ENDIAN
Paul Burton96c68472018-12-16 19:25:22 -030010 select SUPPORTS_CPU_MIPS32_R1
11 select SUPPORTS_CPU_MIPS32_R2
12 help
13 Support for Ingenic JZ4780 family SoCs.
14
Paul Burton993ae662018-12-16 19:25:23 -030015choice
16 prompt "Board select"
17
18config TARGET_JZ4780_CI20
19 bool "Creator CI20 Reference Board"
20 select SOC_JZ4780
21
22endchoice
23
24source "board/imgtec/ci20/Kconfig"
25
Paul Burton96c68472018-12-16 19:25:22 -030026endmenu