xref: /openbmc/u-boot/arch/mips/mach-jz47xx/Kconfig (revision fd0135e3c54c391b6143f85440e30d576a9a83fe)
1cd71b1d5SPaul Burtonmenu "Ingenic JZ47xx platforms"
2cd71b1d5SPaul Burton	depends on ARCH_JZ47XX
3cd71b1d5SPaul Burton
4cd71b1d5SPaul Burtonconfig SYS_SOC
5cd71b1d5SPaul Burton	default "jz47xx"
6cd71b1d5SPaul Burton
7cd71b1d5SPaul Burtonconfig SOC_JZ4780
8cd71b1d5SPaul Burton	bool
9cd71b1d5SPaul Burton	select SUPPORTS_LITTLE_ENDIAN
10cd71b1d5SPaul Burton	select SUPPORTS_CPU_MIPS32_R1
11cd71b1d5SPaul Burton	select SUPPORTS_CPU_MIPS32_R2
12cd71b1d5SPaul Burton	help
13cd71b1d5SPaul Burton	  Support for Ingenic JZ4780 family SoCs.
14cd71b1d5SPaul Burton
15*25c7de22SPaul Burtonchoice
16*25c7de22SPaul Burton	prompt "Board select"
17*25c7de22SPaul Burton
18*25c7de22SPaul Burtonconfig TARGET_JZ4780_CI20
19*25c7de22SPaul Burton	bool "Creator CI20 Reference Board"
20*25c7de22SPaul Burton	select SOC_JZ4780
21*25c7de22SPaul Burton
22*25c7de22SPaul Burtonendchoice
23*25c7de22SPaul Burton
24*25c7de22SPaul Burtonsource "board/imgtec/ci20/Kconfig"
25*25c7de22SPaul Burton
26cd71b1d5SPaul Burtonendmenu
27