Config.in 328 B

1234567891011121314
  1. menuconfig BR2_TARGET_BAREBOX
  2. bool "Barebox"
  3. help
  4. The Barebox bootloader, formerly known as U-Boot v2.
  5. http://www.barebox.org
  6. if BR2_TARGET_BAREBOX
  7. config BR2_TARGET_BAREBOX_BOARD_DEFCONFIG
  8. string "board defconfig"
  9. help
  10. Name of the board for which Barebox should be built, without
  11. the _defconfig suffix.
  12. endif