mips: jz47xx: Add Creator CI20 platform
[oweals/u-boot.git] / arch / mips / mach-jz47xx / Kconfig
1 menu "Ingenic JZ47xx platforms"
2         depends on ARCH_JZ47XX
3
4 config SYS_SOC
5         default "jz47xx"
6
7 config 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
15 choice
16         prompt "Board select"
17
18 config TARGET_JZ4780_CI20
19         bool "Creator CI20 Reference Board"
20         select SOC_JZ4780
21
22 endchoice
23
24 source "board/imgtec/ci20/Kconfig"
25
26 endmenu