Config.in 816 B

12345678910111213141516171819202122232425262728293031323334353637
  1. config AT91_DFBOOT
  2. bool "Build dataflashboot loader"
  3. depends on TARGET_at91
  4. default n
  5. config AT91_UBOOT
  6. bool "Build U-Boot bootloader"
  7. depends on TARGET_at91
  8. default n
  9. config UBOOT_TARGET
  10. string "U-Boot target board"
  11. depends on AT91_UBOOT
  12. default "netusg20"
  13. help
  14. For all supported boards there are ready-to-use default
  15. configurations available; just type "<board_name>".
  16. config UBOOT_IPADDR
  17. string "IP Address for U-Boot"
  18. depends on AT91_UBOOT
  19. default "192.168.0.178"
  20. help
  21. IP address of device to be used in U-Boot
  22. config UBOOT_SERVERIP
  23. string "IP Address of TFTP server"
  24. depends on AT91_UBOOT
  25. default "192.168.0.232"
  26. help
  27. IP address of TFTP server for U-Boot
  28. config FLEXIBITY_ROOT
  29. bool "Build Flexibity RootFS (with embedded kernel)"
  30. depends on TARGET_at91_flexibity
  31. default n