Config.in 445 B

1234567891011121314151617181920
  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. config BR2_TARGET_BAREBOX_BAREBOXENV
  13. bool "bareboxenv tool in target"
  14. help
  15. Install bareboxenv tool in target.
  16. endif