xref: /OK3568_Linux_fs/buildroot/package/rcw-smarc-sal28/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9if BR2_PACKAGE_RCW_SMARC_SAL28
10config BR2_PACKAGE_RCW_SMARC_SAL28_BUILD_UPDATE_SCRIPT
11	bool "Build RCW u-boot update script"
12	select BR2_PACKAGE_HOST_UBOOT_TOOLS
13	help
14	  Build the RCW updater script which can be used in the
15	  bootloader to change the installed RCW during runtime. The
16	  update script is called update-rcw.img and will be copied
17	  to the output directory.
18
19config BR2_PACKAGE_RCW_SMARC_SAL28_BOOT_VARIANT
20	string "RCW variant for booting"
21	default "3-11_q"
22	help
23	  The suffix of the RCW filename without the ".bin" part.
24	  E.g.  setting this to "3-11_q" will use "sl28-3-11_q.bin".
25endif
26