blob: dcaac01628669a88917b60638a84c5a1667ea4bd [file] [log] [blame]
Paul Burtoncd71b1d2018-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
9 select SUPPORTS_LITTLE_ENDIAN
10 select SUPPORTS_CPU_MIPS32_R1
11 select SUPPORTS_CPU_MIPS32_R2
12 help
13 Support for Ingenic JZ4780 family SoCs.
14
Paul Burton25c7de22018-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 Burtoncd71b1d2018-12-16 19:25:22 -030026endmenu