mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
16 lines
266 B
Text
16 lines
266 B
Text
|
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
|