Svyatoslav Ryhel | 0852386 | 2023-04-25 10:57:20 +0300 | [diff] [blame] | 1 | menu "Extcon Support" |
| 2 | |
| 3 | config EXTCON |
| 4 | bool "External Connector Class (extcon) support" |
| 5 | depends on DM |
| 6 | help |
| 7 | Say Y here to enable external connector class (extcon) support. |
| 8 | This allows monitoring external connectors and supports external |
| 9 | connectors with multiple states; i.e., an extcon that may have |
| 10 | multiple cables attached. For example, an external connector |
| 11 | of a device may be used to connect an HDMI cable and a AC adaptor, |
| 12 | and to host USB ports. Many of 30-pin connectors including PDMI |
| 13 | are also good examples. |
| 14 | |
Svyatoslav Ryhel | 669f5c8 | 2023-04-25 10:57:21 +0300 | [diff] [blame^] | 15 | config EXTCON_SANDBOX |
| 16 | bool "Sandbox extcon" |
| 17 | depends on EXTCON |
| 18 | help |
| 19 | Enable extcon support for sandbox. This is an emulation of a real |
| 20 | extcon. Currectly all configuration is done in the probe. |
| 21 | |
Svyatoslav Ryhel | 0852386 | 2023-04-25 10:57:20 +0300 | [diff] [blame] | 22 | endmenu |