| config BR2_PACKAGE_OPENPOWER_TARGETING |
| bool "openpower_targeting" |
| default y if (BR2_OPENPOWER_PLATFORM && BR2_powerpc_power8) |
| help |
| Utilites for building a targeting binary image |
| |
| config BR2_OPENPOWER_TARGETING_BIN_FILENAME |
| string "openpower targeting binary file name" |
| default "" |
| help |
| Defines targeting binary file name created |
| |
| config BR2_OPENPOWER_TARGETING_SYSTEM_XML_FILENAME |
| string "openpower targeting system xml filename" |
| default "" |
| help |
| Defines the name of the system XML filename to be used when creating targeting binary image |
| |
| config BR2_OPENPOWER_TARGETING_MRW_XML_FILENAME |
| string "openpower targeting mrw xml filename" |
| default "" |
| help |
| Defines the name of the mrw XML filename to be used when creating targeting binary image |