| config BR2_PACKAGE_HOSTBOOT |
| default y if (BR2_OPENPOWER_POWER9) |
| Project to build the hostboot firmware codebase |
| prompt "Hostboot version" |
| default BR2_HOSTBOOT_STABLE_VERSION |
| config BR2_HOSTBOOT_LATEST_VERSION |
| bool "Use latest Hostboot master" |
| config BR2_HOSTBOOT_STABLE_VERSION |
| bool "Use stable Hostboot version" |
| 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 "78f90ced0fa36c4d682b2c7bf0c1af973b0e7755" if BR2_HOSTBOOT_LATEST_VERSION |
| default "876b79aacd9b14f4c3561e954daa0285747c9662" if BR2_HOSTBOOT_STABLE_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 |