blob: af703550e118b53ca77aef56179e7fca918c85dd [file] [log] [blame]
Bill Hoffa5f93f1d2014-06-26 21:02:48 -05001config BR2_PACKAGE_OPENPOWER_TARGETING
2 bool "openpower_targeting"
3 default y if (BR2_OPENPOWER_PLATFORM && BR2_powerpc_power8)
4 help
5 Utilites for building a targeting binary image
6
7config BR2_OPENPOWER_TARGETING_BIN_FILENAME
8 string "openpower targeting binary file name"
9 default ""
10 help
11 Defines targeting binary file name created
12
Brian Silverc5261532014-07-14 11:06:41 -050013config BR2_OPENPOWER_TARGETING_ECC_FILENAME
14 string "openpower targeting binary file name - ecc injected"
15 default ""
16 help
17 Defines targeting binary ecc file name created
18
Bill Hoffa5f93f1d2014-06-26 21:02:48 -050019config BR2_OPENPOWER_TARGETING_SYSTEM_XML_FILENAME
20 string "openpower targeting system xml filename"
21 default ""
22 help
23 Defines the name of the system XML filename to be used when creating targeting binary image
24
25config BR2_OPENPOWER_TARGETING_MRW_XML_FILENAME
26 string "openpower targeting mrw xml filename"
27 default ""
28 help
29 Defines the name of the mrw XML filename to be used when creating targeting binary image