Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 1 | config 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 | |
| 7 | config BR2_OPENPOWER_TARGETING_BIN_FILENAME |
| 8 | string "openpower targeting binary file name" |
| 9 | default "" |
| 10 | help |
| 11 | Defines targeting binary file name created |
| 12 | |
| 13 | config BR2_OPENPOWER_TARGETING_SYSTEM_XML_FILENAME |
| 14 | string "openpower targeting system xml filename" |
| 15 | default "" |
| 16 | help |
| 17 | Defines the name of the system XML filename to be used when creating targeting binary image |
| 18 | |
| 19 | config BR2_OPENPOWER_TARGETING_MRW_XML_FILENAME |
| 20 | string "openpower targeting mrw xml filename" |
| 21 | default "" |
| 22 | help |
| 23 | Defines the name of the mrw XML filename to be used when creating targeting binary image |