Config.in 555 B

1234567891011121314151617
  1. config BR2_TARGET_S500_BOOTLOADER
  2. bool "s500-bootloader"
  3. depends on BR2_arm
  4. depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
  5. select BR2_HOSTARCH_NEEDS_IA32_LIBS
  6. help
  7. 1st level bootloader for Actions Semiconductor S500 SoC.
  8. https://github.com/xapp-le/owl
  9. config BR2_TARGET_S500_BOOTLOADER_BOARD
  10. string "board to configure for"
  11. depends on BR2_TARGET_S500_BOOTLOADER
  12. help
  13. Specify the board to configure the bootloader for.
  14. This should be the name of a directory under s500/boards
  15. containing a suitable bootloader.ini file.