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