| config BR2_PACKAGE_HOSTBOOT |
| default y if (BR2_OPENPOWER_POWER9) |
| Project to build the hostboot firmware codebase |
| prompt "Hostboot version" |
| default BR2_HOSTBOOT_LATEST_VERSION |
| config BR2_HOSTBOOT_LATEST_VERSION |
| bool "Use latest Hostboot master" |
| config BR2_HOSTBOOT_CUSTOM_VERSION |
| config BR2_HOSTBOOT_CUSTOM_VERSION_VALUE |
| string "hostboot version" |
| depends on BR2_HOSTBOOT_CUSTOM_VERSION |
| config BR2_HOSTBOOT_VERSION |
| default "15795187349adc018e36cb88f865acbb0e20834f" if BR2_HOSTBOOT_LATEST_VERSION |
| default BR2_HOSTBOOT_CUSTOM_VERSION_VALUE \ |
| if BR2_HOSTBOOT_CUSTOM_VERSION |
| config BR2_HOSTBOOT_CONFIG_FILE |
| string "Hostboot configuration file for compilation" |
| String used to define hw specific make config file |