blob: 73119ec723fe178b621cb019ff84f978d4476654 [file] [log] [blame]
config BR2_PACKAGE_OCMB_EXPLORER_FW
bool "ocmb_explorer_fw"
default n
help
Project to stage ocmb explorer fw and binary image releases
if BR2_PACKAGE_OCMB_EXPLORER_FW
choice
prompt "OCMB Explorer Binary version"
default BR2_OCMB_EXPLORER_FW_LATEST_VERSION
config BR2_OCMB_EXPLORER_FW_LATEST_VERSION
bool "Use latest OCMB_EXPLORER_FW master"
config BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION
bool "Custom OCMB_EXPLORER_FW version"
endchoice
config BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION_VALUE
string "Open CAPI Memory Buffer Firmware version"
depends on BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION
config BR2_OCMB_EXPLORER_FW_VERSION
string
default "CL376092" if BR2_OCMB_EXPLORER_FW_LATEST_VERSION
default BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION_VALUE \
if BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION
config BR2_OCMB_EXPLORER_FW_URL
string
default "https://github.com/open-power/ocmb-explorer-fw"
endif