Config.in 894 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_RCW_SMARC_SAL28
  2. bool "rcw-smarc-sal28"
  3. help
  4. The reset configuration word for the SMARC-sAL28 board. All
  5. available RCWs are copied into the images output directory.
  6. Additionally, you have to choose one default RCW which is
  7. used for booting the board.
  8. if BR2_PACKAGE_RCW_SMARC_SAL28
  9. config BR2_PACKAGE_RCW_SMARC_SAL28_BUILD_UPDATE_SCRIPT
  10. bool "Build RCW u-boot update script"
  11. select BR2_PACKAGE_HOST_UBOOT_TOOLS
  12. help
  13. Build the RCW updater script which can be used in the
  14. bootloader to change the installed RCW during runtime. The
  15. update script is called update-rcw.img and will be copied
  16. to the output directory.
  17. config BR2_PACKAGE_RCW_SMARC_SAL28_BOOT_VARIANT
  18. string "RCW variant for booting"
  19. default "3-11_q"
  20. help
  21. The suffix of the RCW filename without the ".bin" part.
  22. E.g. setting this to "3-11_q" will use "sl28-3-11_q.bin".
  23. endif