1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-19 22:29:49 +03:00
openwrt-xburst/target/linux/at91-2.6/image/Config.in

25 lines
476 B
Plaintext
Raw Normal View History

config AT91_ROMBOOT
bool "Build romboot loader"
depends LINUX_2_6_AT91
default y
config AT91_DFBOOT
bool "Build dataflashboot loader"
depends LINUX_2_6_AT91
default y
config AT91_UBOOT
bool "Build u-boot loader"
depends LINUX_2_6_AT91
default y
config UBOOT_TARGET
string "U-Boot Board Configuration"
depends LINUX_2_6_AT91
default "vlink"
help
For all supported boards there are reqdy-to-use default
configurations available; just type "<board_name>".