hc
2024-08-16 a24a44ff9ca902811b99aa9663d697cf452e08ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# SPDX-License-Identifier: GPL-2.0-only
menuconfig EXTCON
   tristate "External Connector Class (extcon) support"
   help
     Say Y here to enable external connector class (extcon) support.
     This allows monitoring external connectors by userspace
     via sysfs and uevent and supports external connectors with
     multiple states; i.e., an extcon that may have multiple
     cables attached. For example, an external connector of a device
     may be used to connect an HDMI cable and a AC adaptor, and to
     host USB ports. Many of 30-pin connectors including PDMI are
     also good examples.
 
if EXTCON
 
comment "Extcon Device Drivers"
 
config EXTCON_ADC_JACK
   tristate "ADC Jack extcon support"
   depends on IIO
   help
     Say Y here to enable extcon device driver based on ADC values.
 
config EXTCON_ARIZONA
   tristate "Wolfson Arizona EXTCON support"
   depends on MFD_ARIZONA && INPUT && SND_SOC
   help
     Say Y here to enable support for external accessory detection
     with Wolfson Arizona devices. These are audio CODECs with
     advanced audio accessory detection support.
 
config EXTCON_AXP288
   tristate "X-Power AXP288 EXTCON support"
   depends on MFD_AXP20X && USB_SUPPORT && X86 && ACPI
   select USB_ROLE_SWITCH
   help
     Say Y here to enable support for USB peripheral detection
     and USB MUX switching by X-Power AXP288 PMIC.
 
config EXTCON_FSA9480
   tristate "FSA9480 EXTCON Support"
   depends on INPUT && I2C
   select IRQ_DOMAIN
   select REGMAP_I2C
   help
     If you say yes here you get support for the Fairchild Semiconductor
     FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB
     port accessory detector and switch. The FSA9480 is fully controlled using
     I2C and enables USB data, stereo and mono audio, video, microphone
     and UART data to use a common connector port.
 
config EXTCON_GPIO
   tristate "GPIO extcon support"
   depends on GPIOLIB || COMPILE_TEST
   help
     Say Y here to enable GPIO based extcon support. Note that GPIO
     extcon supports single state per extcon instance.
 
config EXTCON_INTEL_INT3496
   tristate "Intel INT3496 ACPI device extcon driver"
   depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST)
   help
     Say Y here to enable extcon support for USB OTG ports controlled by
     an Intel INT3496 ACPI device.
 
     This ACPI device is typically found on Intel Baytrail or Cherrytrail
     based tablets, or other Baytrail / Cherrytrail devices.
 
config EXTCON_INTEL_CHT_WC
   tristate "Intel Cherrytrail Whiskey Cove PMIC extcon driver"
   depends on INTEL_SOC_PMIC_CHTWC
   help
     Say Y here to enable extcon support for charger detection / control
     on the Intel Cherrytrail Whiskey Cove PMIC.
 
config EXTCON_INTEL_MRFLD
   tristate "Intel Merrifield Basin Cove PMIC extcon driver"
   depends on INTEL_SOC_PMIC_MRFLD
   help
     Say Y here to enable extcon support for charger detection / control
     on the Intel Merrifield Basin Cove PMIC.
 
config EXTCON_MAX14577
   tristate "Maxim MAX14577/77836 EXTCON Support"
   depends on MFD_MAX14577
   select IRQ_DOMAIN
   select REGMAP_I2C
   help
     If you say yes here you get support for the MUIC device of
     Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory
     detector and switch.
 
config EXTCON_MAX3355
   tristate "Maxim MAX3355 USB OTG EXTCON Support"
   depends on GPIOLIB || COMPILE_TEST
   help
     If you say yes here you get support for the USB OTG role detection by
     MAX3355. The MAX3355 chip integrates a charge pump and comparators to
     enable a system with an integrated USB OTG dual-role transceiver to
     function as an USB OTG dual-role device.
 
config EXTCON_MAX77693
   tristate "Maxim MAX77693 EXTCON Support"
   depends on MFD_MAX77693 && INPUT
   select IRQ_DOMAIN
   select REGMAP_I2C
   help
     If you say yes here you get support for the MUIC device of
     Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory
     detector and switch.
 
config EXTCON_MAX77843
   tristate "Maxim MAX77843 EXTCON Support"
   depends on MFD_MAX77843
   select IRQ_DOMAIN
   select REGMAP_I2C
   help
     If you say yes here you get support for the MUIC device of
     Maxim MAX77843. The MAX77843 MUIC is a USB port accessory
     detector add switch.
 
config EXTCON_MAX8997
   tristate "Maxim MAX8997 EXTCON Support"
   depends on MFD_MAX8997 && IRQ_DOMAIN
   help
     If you say yes here you get support for the MUIC device of
     Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory
     detector and switch.
 
config EXTCON_PALMAS
   tristate "Palmas USB EXTCON support"
   depends on MFD_PALMAS
   help
     Say Y here to enable support for USB peripheral and USB host
     detection by palmas usb.
 
config EXTCON_PTN5150
   tristate "NXP PTN5150 CC LOGIC USB EXTCON support"
   depends on I2C && (GPIOLIB || COMPILE_TEST)
   select REGMAP_I2C
   help
     Say Y here to enable support for USB peripheral and USB host
     detection by NXP PTN5150 CC (Configuration Channel) logic chip.
 
config EXTCON_QCOM_SPMI_MISC
   tristate "Qualcomm USB extcon support"
   depends on ARCH_QCOM || COMPILE_TEST
   help
     Say Y here to enable SPMI PMIC based USB cable detection
     support on Qualcomm PMICs such as PM8941.
 
config EXTCON_RT8973A
   tristate "Richtek RT8973A EXTCON support"
   depends on I2C
   select IRQ_DOMAIN
   select REGMAP_I2C
   select REGMAP_IRQ
   help
     If you say yes here you get support for the MUIC device of
     Richtek RT8973A. The RT8973A is a USB port accessory detector
     and switch that is optimized to protect low voltage system
     from abnormal high input voltage (up to 28V).
 
config EXTCON_SM5502
   tristate "Silicon Mitus SM5502 EXTCON support"
   depends on I2C
   select IRQ_DOMAIN
   select REGMAP_I2C
   select REGMAP_IRQ
   help
     If you say yes here you get support for the MUIC device of
     Silicon Mitus SM5502. The SM5502 is a USB port accessory
     detector and switch.
 
config EXTCON_USB_GPIO
   tristate "USB GPIO extcon support"
   depends on GPIOLIB || COMPILE_TEST
   help
     Say Y here to enable GPIO based USB cable detection extcon support.
     Used typically if GPIO is used for USB ID pin detection.
 
config EXTCON_USBC_CROS_EC
   tristate "ChromeOS Embedded Controller EXTCON support"
   depends on CROS_EC
   help
     Say Y here to enable USB Type C cable detection extcon support when
     using Chrome OS EC based USB Type-C ports.
 
config EXTCON_USBC_VIRTUAL_PD
   tristate "Virtual Type-C PD EXTCON support"
   depends on GPIOLIB || COMPILE_TEST
   help
     Say Y here to enable Virtual Type-C PD extcon driver support, if
     hardware platform designed Type-C modes separately.
 
     Example, of designing Display Port separately from Type-C Altmode
     instead of accessing Altmode Display Port in Type-C connector.
 
endif