| config BR2_PACKAGE_HOSTBOOT_BINARIES |
| default y if (BR2_OPENPOWER_PLATFORM) |
| Project to stage hostboot binary images |
| if BR2_PACKAGE_HOSTBOOT_BINARIES |
| prompt "Hostboot-binaries version" |
| default BR2_HOSTBOOT_BINARIES_LATEST_VERSION |
| config BR2_HOSTBOOT_BINARIES_LATEST_VERSION |
| bool "Use latest HOSTBOOT_BINARIES master" |
| config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION |
| bool "Custom HOSTBOOT_BINARIES version" |
| config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE |
| string "HOSTBOOT_BINARIES version" |
| depends on BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION |
| config BR2_HOSTBOOT_BINARIES_VERSION |
| default "hw070920a.opmst10" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION |
| default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \ |
| if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION |
| config BR2_HOSTBOOT_BINARIES_USE_HCODE_BIN |
| bool "Use HCODE Binary instead of compiling HCODE" |
| Boolean used to flag using HCODE Binary |