| 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 "297c9669302216539592cb28b61725c98f5a0d7a" 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 |
| config BR2_HOSTBOOT_USE_ALTERNATE_GCC |
| bool "use Alternate GCC to build hostboot" |
| select BR2_PACKAGE_ALTERNATE_GCC |
| Select to enable using an alternate version of GCC |