Joel Johnson | 28bf4ca | 2020-03-23 14:21:32 -0600 | [diff] [blame] | 1 | menu "ClearFog configuration" |
| 2 | depends on TARGET_CLEARFOG |
| 3 | |
| 4 | config TARGET_CLEARFOG_BASE |
| 5 | bool "Use ClearFog Base static configuration" |
| 6 | help |
| 7 | Use the ClearFog Base as the static configuration instead of the |
| 8 | default which uses the ClearFog Pro. |
| 9 | |
| 10 | Runtime board detection is always attempted and used if available. The |
| 11 | static configuration is used as a fallback in cases where runtime |
| 12 | detection is disabled, is not available in hardware, or otherwise fails. |
| 13 | |
| 14 | Only newer revisions of the ClearFog product line support runtime |
| 15 | detection via additional EEPROM hardware. This option enables selecting |
| 16 | the Base variant for older hardware revisions. |
| 17 | |
Joel Johnson | 55beee1 | 2020-03-23 14:21:33 -0600 | [diff] [blame^] | 18 | config CLEARFOG_SFP_25GB |
| 19 | bool "Enable 2.5 Gbps mode for SFP" |
| 20 | help |
| 21 | Set the SFP module connection to support 2.5 Gbps transfer speed for the |
| 22 | SGMII connection (requires a supporting SFP). By default, transfer speed |
| 23 | of 1.25 Gbps is used, suitable for a more common 1 Gbps SFP module. |
| 24 | |
Joel Johnson | 28bf4ca | 2020-03-23 14:21:32 -0600 | [diff] [blame] | 25 | endmenu |