blob: f84251ffba8a851a67e85d3ff7fc7b429679874c [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 "v3.0" 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