blob: 298855d2a7aac225b82e56f199fea3ffa90afc28 [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 "v4.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