| 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 "2fce6c032485af7c4dfc02c1d2a5ec9d0d11758c" if BR2_HOSTBOOT_LATEST_VERSION |
| default "610ca55e285e2f0d7cabed6235deef82ee271627" 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 |