add missing dependency
[openwrt.git] / target / linux / at91-2.6 / image / Config.in
1 config AT91_ROMBOOT
2         bool "Build romboot loader"
3         depends LINUX_2_6_AT91
4         default y
5
6 config AT91_DFBOOT
7         bool "Build dataflashboot loader"
8         depends LINUX_2_6_AT91
9         default y
10
11 config AT91_UBOOT
12         bool "Build u-boot loader"
13         depends LINUX_2_6_AT91
14         default y
15
16 config UBOOT_TARGET
17         string "U-Boot Board Configuration"
18         depends LINUX_2_6_AT91
19         default "vlink"
20         help
21           For all supported boards there are reqdy-to-use default
22                 configurations available; just type "<board_name>".
23
24