[uboot-lantiq] add support for arv4518 and arv752DWP22 boards
[openwrt/svn-archive/archive.git] / package / uboot-lantiq / Config.in
index e2c156d884b372177fe4bf52bd1f44692c477ed0..d434667afa656d4cf989c9178e91d71449223663 100644 (file)
@@ -1,7 +1,9 @@
+menu "Configuration"
+       depends on PACKAGE_uboot-lantiq
+
 config UBOOT_TARGET
        string "target"
        default "easy50712_DDR166M"
-       depends on PACKAGE_uboot-lantiq
        help
          The configuration reflects the settings for a dedicated board hardware.
          Select for Danube evaluation board easy50712_DDR166M .
@@ -9,7 +11,6 @@ config UBOOT_TARGET
 
 config UBOOT_RAMBOOT
        bool "Enable RAM boot image"
-       depends on PACKAGE_uboot-lantiq
        help
          Using the UART boot mode of the ROM code this image could be loaded to the RAM.
          While executing the image in the RAM the functionality of the uboot image can be 
@@ -26,10 +27,6 @@ config UBOOT_RAMBOOT_DDR_CONFIG
          It will be used to create a RAM boot image
          Select for Danube evalution board easy50712_DDR166M.conf .
          Select for AR9 evalution board easy50812.conf .
+         Select for arcadyan PSC RAM board arcadyan.conf .
 
-
-config UBOOT_A800
-       bool "add ARV452 Switch bringup hack"
-       depends on PACKAGE_uboot-lantiq
-       help
-         Say Y, if you have a arv452 board (wav-281, A800, ..)
+endmenu