u-boot-brain/arch/mips/mach-jz47xx/Kconfig
Paul Burton cd71b1d5d2 mips: jz47xx: Add JZ4780 SoC support
Add initial support for the Ingenic JZ47xx MIPS SoC.

Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Marek Vasut <marex@denx.de>
2018-12-19 15:23:01 +01:00

16 lines
266 B
Plaintext

menu "Ingenic JZ47xx platforms"
depends on ARCH_JZ47XX
config SYS_SOC
default "jz47xx"
config SOC_JZ4780
bool
select SUPPORTS_LITTLE_ENDIAN
select SUPPORTS_CPU_MIPS32_R1
select SUPPORTS_CPU_MIPS32_R2
help
Support for Ingenic JZ4780 family SoCs.
endmenu