1menu "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
15choice
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
26endmenu
27