upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/arch/mips/Kconfig

37 lines
585 B

menu "MIPS architecture"
depends on MIPS
config SYS_ARCH
string
default "mips"
choice
prompt "Target select"
config TARGET_QEMU_MIPS
bool "Support qemu-mips"
config TARGET_MALTA
bool "Support malta"
config TARGET_VCT
bool "Support vct"
config TARGET_DBAU1X00
bool "Support dbau1x00"
config TARGET_PB1X00
bool "Support pb1x00"
config TARGET_QEMU_MIPS64
bool "Support qemu-mips64"
endchoice
source "board/dbau1x00/Kconfig"
source "board/imgtec/malta/Kconfig"
source "board/micronas/vct/Kconfig"
source "board/pb1x00/Kconfig"
source "board/qemu-mips/Kconfig"
endmenu