Config.in 332 B

12345678910111213
  1. config AVR32_UBOOT
  2. bool "Build U-Boot bootloader"
  3. depends on TARGET_avr32
  4. default n
  5. config AVR32_UBOOT_TARGET
  6. string "U-Boot target board"
  7. depends on TARGET_avr32
  8. depends on AVR32_UBOOT
  9. default "atngw100"
  10. help
  11. For all supported boards there are ready-to-use default
  12. configurations available; just type "<board_name>".