| config BR2_PACKAGE_SBE_P10 |
| default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER10) |
| depends on BR2_PACKAGE_HCODE_P10 |
| Project to build the sbe firmware codebase for P10 |
| default BR2_SBE_P10_LATEST_VERSION |
| config BR2_SBE_P10_LATEST_VERSION |
| bool "Use latest SBE master" |
| config BR2_SBE_P10_CUSTOM_VERSION |
| bool "Custom SBE version" |
| config BR2_SBE_P10_CUSTOM_VERSION_VALUE |
| depends on BR2_SBE_P10_CUSTOM_VERSION |
| config BR2_SBE_P10_VERSION |
| default "c1b940f86fb4f448ae9f335457e303d756024ff7" if BR2_SBE_P10_LATEST_VERSION |
| default BR2_SBE_P10_CUSTOM_VERSION_VALUE \ |
| if BR2_SBE_P10_CUSTOM_VERSION |