Corrected dfboot issue with ttyS2 and ttyS3
[openwrt.git] / target / linux / at91-2.6 / image / Config.in
index 4335faa..38ce0ac 100644 (file)
@@ -3,6 +3,11 @@ config AT91_ROMBOOT
        depends LINUX_2_6_AT91
        default y
 
+config AT91_DFBOOT
+       bool "Build dataflashboot loader"
+       depends LINUX_2_6_AT91
+       default y
+
 config AT91_UBOOT
        bool "Build u-boot loader"
        depends LINUX_2_6_AT91
@@ -10,6 +15,7 @@ config AT91_UBOOT
 
 config UBOOT_TARGET
        string "U-Boot Board Configuration"
+       depends LINUX_2_6_AT91
        default "vlink"
        help
          For all supported boards there are reqdy-to-use default
This page took 0.018328 seconds and 4 git commands to generate.