diff options
| author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-28 14:10:09 +0000 |
|---|---|---|
| committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-28 14:10:09 +0000 |
| commit | 2f214fab5e6d2f06923e80dbe7ef363909f9cf37 (patch) | |
| tree | fbfbdc7e0cb6b00c577618049593602d208d1bc0 /target/linux/avr32/image/Config.in | |
| parent | fec712ca7014a77a4f9cf2261fcc0d8cb27b53f8 (diff) | |
enable optional building of u-boot for avr32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10961 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/avr32/image/Config.in')
| -rw-r--r-- | target/linux/avr32/image/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/avr32/image/Config.in b/target/linux/avr32/image/Config.in new file mode 100644 index 000000000..39884686c --- /dev/null +++ b/target/linux/avr32/image/Config.in @@ -0,0 +1,13 @@ +config AVR32_UBOOT + bool "Build u-boot loader" + depends TARGET_avr32 + default n + +config AVR32_UBOOT_TARGET + string "U-Boot Board Configuration" + depends TARGET_avr32 + depends AVR32_UBOOT + default "atngw100" + help + For all supported boards there are ready-to-use default + configurations available; just type "<board_name>". |
