xref: /OK3568_Linux_fs/buildroot/package/qoriq-rcw/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HOST_QORIQ_RCW
2*4882a593Smuzhiyun	bool "host qoriq-rcw"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  This package provides an reset configuration word(RCW)
5*4882a593Smuzhiyun	  compiler to build NXP QoriQ/LS PBL/RCW binary(s).
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun	  The package installs example configurations and scripts
8*4882a593Smuzhiyun	  for each devkit supported in the current release see
9*4882a593Smuzhiyun	  $(HOST_DIR)/share/rcw. Either a SDK or post scripts can
10*4882a593Smuzhiyun	  then use this toolset and examples.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://source.codeaurora.org/external/qoriq/qoriq-components/rcw/
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunif BR2_PACKAGE_HOST_QORIQ_RCW
15*4882a593Smuzhiyun
16*4882a593Smuzhiyunconfig BR2_PACKAGE_HOST_QORIQ_RCW_CUSTOM_PATH
17*4882a593Smuzhiyun	string "RCW Source file paths"
18*4882a593Smuzhiyun	help
19*4882a593Smuzhiyun	  Space-separated list of .rcw and .rcwi files, that will be
20*4882a593Smuzhiyun	  used to generate a RCW binary. The entire list of .rcwi files
21*4882a593Smuzhiyun	  used by the .rcw file must be specified. There must be a
22*4882a593Smuzhiyun	  single .rcw file in the list.
23*4882a593Smuzhiyun
24*4882a593Smuzhiyun	  This is optional. If left empty, the rcw package will be
25*4882a593Smuzhiyun	  included for use in the SDK or with post scripts but no
26*4882a593Smuzhiyun	  RCW binary will not be generated.
27*4882a593Smuzhiyun
28*4882a593Smuzhiyunendif
29