Files
operating-system/buildroot/package/rcw-smarc-sal28/Config.in
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

26 lines
894 B
Plaintext

config BR2_PACKAGE_RCW_SMARC_SAL28
bool "rcw-smarc-sal28"
help
The reset configuration word for the SMARC-sAL28 board. All
available RCWs are copied into the images output directory.
Additionally, you have to choose one default RCW which is
used for booting the board.
if BR2_PACKAGE_RCW_SMARC_SAL28
config BR2_PACKAGE_RCW_SMARC_SAL28_BUILD_UPDATE_SCRIPT
bool "Build RCW u-boot update script"
select BR2_PACKAGE_HOST_UBOOT_TOOLS
help
Build the RCW updater script which can be used in the
bootloader to change the installed RCW during runtime. The
update script is called update-rcw.img and will be copied
to the output directory.
config BR2_PACKAGE_RCW_SMARC_SAL28_BOOT_VARIANT
string "RCW variant for booting"
default "3-11_q"
help
The suffix of the RCW filename without the ".bin" part.
E.g. setting this to "3-11_q" will use "sl28-3-11_q.bin".
endif