blob: 6fd3d2b97b14edf5c318553afda0265322ca4563 [file] [log] [blame]
Svyatoslav Ryhel08523862023-04-25 10:57:20 +03001menu "Extcon Support"
2
3config 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 Ryhel669f5c82023-04-25 10:57:21 +030015config 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 Ryhel08523862023-04-25 10:57:20 +030022endmenu