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