summaryrefslogtreecommitdiffstats
path: root/target/linux/at91-2.6/image/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/at91-2.6/image/Config.in')
-rw-r--r--target/linux/at91-2.6/image/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/at91-2.6/image/Config.in b/target/linux/at91-2.6/image/Config.in
new file mode 100644
index 000000000..4335faac5
--- /dev/null
+++ b/target/linux/at91-2.6/image/Config.in
@@ -0,0 +1,18 @@
+config AT91_ROMBOOT
+ bool "Build romboot 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"
+ default "vlink"
+ help
+ For all supported boards there are reqdy-to-use default
+ configurations available; just type "<board_name>".
+
+