blob: fbb73354aa3cb2f1fefd89e05181834764fc8ded [file] [log] [blame]
Svyatoslav Ryhel5f650fa2023-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 Ryhel8b215e12023-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 Ryhel488d3da2023-04-25 10:57:22 +030022config EXTCON_MAX14526
23 bool "Maxim MAX14526 EXTCON Support"
24 depends on DM_I2C
25 depends on EXTCON
26 help
27 If you say yes here you get support for the MUIC device of
28 Maxim MAX14526. The MAX14526 MUIC is a USB port accessory
29 detector and switch.
30
Svyatoslav Ryhel5f650fa2023-04-25 10:57:20 +030031endmenu