blob: f8edf049a004e61191dc86edf07006c6f5a5de58 [file] [log] [blame]
config BR2_PACKAGE_SBE_P10
bool "sbe-p10"
default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER10)
select BR2_CPP
depends on BR2_PACKAGE_HCODE_P10
help
Project to build the sbe firmware codebase for P10
if BR2_PACKAGE_SBE_P10
choice
prompt "SBE version"
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"
endchoice
config BR2_SBE_P10_CUSTOM_VERSION_VALUE
string "SBE version"
depends on BR2_SBE_P10_CUSTOM_VERSION
config BR2_SBE_P10_VERSION
string
default "e7977b77b03af7beb620655a365d032157dbd4d7" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION
endif