cleanup configuration handling
[oweals/openwrt.git] / package / uboot-lantiq / Config.in
1 config UBOOT_TARGET
2         string "target"
3         default "easy50712_DDR166M"
4         depends on PACKAGE_uboot-lantiq
5         help
6           The configuration reflects the settings for a dedicated board hardware.
7           Select for Danube evaluation board easy50712_DDR166M .
8           Select for AR9 evaluation board easy50812_DDR166M .
9
10 config UBOOT_RAMBOOT
11         bool "Enable RAM boot image"
12         depends on PACKAGE_uboot-lantiq
13         help
14           Using the UART boot mode of the ROM code this image could be loaded to the RAM.
15           While executing the image in the RAM the functionality of the uboot image can be 
16           tested first without touching the original flash.
17           Note: Be carefull, by saving the environment the flash will be modified.
18           The OWRT flash layout differs from the layout provided by Lantiq / Infineon.
19
20 config UBOOT_RAMBOOT_DDR_CONFIG
21         string "DDR configuration file"
22         default "easy50712_DDR166M.conf"
23         depends on UBOOT_RAMBOOT
24         help
25           The DDR configuration file should reflect the DDR memory device configuration .
26           It will be used to create a RAM boot image
27           Select for Danube evalution board easy50712_DDR166M.conf .
28           Select for AR9 evalution board easy50812.conf .
29
30
31 config UBOOT_A800
32         bool "add ARV452 Switch bringup hack"
33         depends on PACKAGE_uboot-lantiq
34         help
35           Say Y, if you have a arv452 board (wav-281, A800, ..)