blob: c0de3d8a4c6427cba73d52b707a56334c9336945 [file] [log] [blame]
config BR2_PACKAGE_SBE
bool "sbe"
default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9)
select BR2_CPP
depends on BR2_PACKAGE_HCODE
depends on BR2_PACKAGE_HAS_PPE42_TOOLCHAIN
help
Project to build the sbe firmware codebase
if BR2_PACKAGE_SBE
choice
prompt "SBE version"
default BR2_SBE_LATEST_VERSION
config BR2_SBE_LATEST_VERSION
bool "Use latest SBE master"
config BR2_SBE_CUSTOM_VERSION
bool "Custom SBE version"
endchoice
config BR2_SBE_CUSTOM_VERSION_VALUE
string "SBE version"
depends on BR2_SBE_CUSTOM_VERSION
config BR2_SBE_VERSION
string
default "a6fbe229f6f74a817f757a0b700b61e5fde554fa" if BR2_SBE_LATEST_VERSION
default BR2_SBE_CUSTOM_VERSION_VALUE \
if BR2_SBE_CUSTOM_VERSION
endif