diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 14:10:09 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 14:10:09 +0000 |
commit | 32e1595fb5006c7a41dbb38361dd3a4d658aa720 (patch) | |
tree | abd8c68e1d4161585317532691b894b5cb125159 /target/linux/avr32/image/Config.in | |
parent | 5348fb9c74267e42ad948823965c6da0889ce8e3 (diff) | |
download | upstream-32e1595fb5006c7a41dbb38361dd3a4d658aa720.tar.gz upstream-32e1595fb5006c7a41dbb38361dd3a4d658aa720.tar.bz2 upstream-32e1595fb5006c7a41dbb38361dd3a4d658aa720.zip |
enable optional building of u-boot for avr32
SVN-Revision: 10961
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 0000000000..39884686cf --- /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>". |