blob: 62d4370d0d03017473a5b7421d61eadfd2fa3721 [file] [log] [blame] [edit]
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_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 "f17b30e457b2ab4cd600806b1bd2db6dfa6288da" if BR2_SBE_LATEST_VERSION
default BR2_SBE_CUSTOM_VERSION_VALUE \
if BR2_SBE_CUSTOM_VERSION
endif