Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_OCMB_EXPLORER_FW |
| 2 | bool "ocmb_explorer_fw" |
Jeremy Kerr | be6225f | 2019-08-07 11:57:06 +0800 | [diff] [blame] | 3 | default n |
Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 4 | help |
| 5 | Project to stage ocmb explorer fw and binary image releases |
| 6 | |
| 7 | if BR2_PACKAGE_OCMB_EXPLORER_FW |
| 8 | |
| 9 | choice |
| 10 | prompt "OCMB Explorer Binary version" |
| 11 | default BR2_OCMB_EXPLORER_FW_LATEST_VERSION |
| 12 | |
| 13 | config BR2_OCMB_EXPLORER_FW_LATEST_VERSION |
| 14 | bool "Use latest OCMB_EXPLORER_FW master" |
| 15 | |
| 16 | config BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION |
| 17 | bool "Custom OCMB_EXPLORER_FW version" |
| 18 | |
| 19 | endchoice |
| 20 | |
| 21 | config BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION_VALUE |
| 22 | string "Open CAPI Memory Buffer Firmware version" |
| 23 | depends on BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION |
| 24 | |
| 25 | config BR2_OCMB_EXPLORER_FW_VERSION |
| 26 | string |
Christian Geddes | f505430 | 2019-11-13 15:28:53 -0600 | [diff] [blame] | 27 | default "v2.0" if BR2_OCMB_EXPLORER_FW_LATEST_VERSION |
Bill Hoffa | 128bda4 | 2019-07-10 16:34:55 -0500 | [diff] [blame] | 28 | default BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION_VALUE \ |
| 29 | if BR2_OCMB_EXPLORER_FW_CUSTOM_VERSION |
| 30 | |
| 31 | config BR2_OCMB_EXPLORER_FW_URL |
| 32 | string |
| 33 | default "https://github.com/open-power/ocmb-explorer-fw" |
| 34 | |
| 35 | endif |