blob: 7cd6c08eb02286749c0440f504d4c3b6592e88ef [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
help
Project to build the sbe firmware codebase
if BR2_PACKAGE_SBE
choice
prompt "SBE version"
default BR2_SBE_OP920_VERSION
config BR2_SBE_OP920_VERSION
bool "Use latest SBE stable version (OP920)"
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 "a389a5d98c2ab38292ce7451c210b3cb0293938c" if BR2_SBE_LATEST_VERSION
default "8e0105e5e964de6e99e60a96ae3f3829efe02080" if BR2_SBE_OP920_VERSION
default BR2_SBE_CUSTOM_VERSION_VALUE \
if BR2_SBE_CUSTOM_VERSION
endif