From 8c1d1ccac799f4bd20618ceb327c9488ed051314 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 28 Apr 2008 14:10:09 +0000 Subject: enable optional building of u-boot for avr32 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10961 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/avr32/image/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/avr32/image/Config.in (limited to 'target/linux/avr32/image/Config.in') 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 "". -- cgit v1.2.3