Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
MyungJoo Ham | de55d87 | 2012-04-20 14:16:22 +0900 | [diff] [blame] | 2 | menuconfig EXTCON |
| 3 | tristate "External Connector Class (extcon) support" |
| 4 | help |
| 5 | Say Y here to enable external connector class (extcon) support. |
| 6 | This allows monitoring external connectors by userspace |
| 7 | via sysfs and uevent and supports external connectors with |
| 8 | multiple states; i.e., an extcon that may have multiple |
| 9 | cables attached. For example, an external connector of a device |
| 10 | may be used to connect an HDMI cable and a AC adaptor, and to |
| 11 | host USB ports. Many of 30-pin connectors including PDMI are |
| 12 | also good examples. |
| 13 | |
| 14 | if EXTCON |
| 15 | |
| 16 | comment "Extcon Device Drivers" |
| 17 | |
Chanwoo Choi | e48f9da | 2014-05-22 14:01:51 +0900 | [diff] [blame] | 18 | config EXTCON_ADC_JACK |
| 19 | tristate "ADC Jack extcon support" |
| 20 | depends on IIO |
| 21 | help |
| 22 | Say Y here to enable extcon device driver based on ADC values. |
| 23 | |
Ramakrishna Pallala | f031237 | 2015-04-30 20:44:45 +0530 | [diff] [blame] | 24 | config EXTCON_AXP288 |
| 25 | tristate "X-Power AXP288 EXTCON support" |
Fabio Aiuto | 968bd3f | 2021-09-16 09:12:55 +0200 | [diff] [blame] | 26 | depends on MFD_AXP20X && USB_SUPPORT && X86 && ACPI && IOSF_MBI |
Hans de Goede | d54f063 | 2018-03-20 15:57:13 +0300 | [diff] [blame] | 27 | select USB_ROLE_SWITCH |
Ramakrishna Pallala | f031237 | 2015-04-30 20:44:45 +0530 | [diff] [blame] | 28 | help |
| 29 | Say Y here to enable support for USB peripheral detection |
| 30 | and USB MUX switching by X-Power AXP288 PMIC. |
| 31 | |
Tomasz Figa | bad5b5e | 2019-06-21 13:13:52 +0200 | [diff] [blame] | 32 | config EXTCON_FSA9480 |
| 33 | tristate "FSA9480 EXTCON Support" |
Randy Dunlap | 0937fbb | 2019-06-25 18:10:40 -0700 | [diff] [blame] | 34 | depends on INPUT && I2C |
Tomasz Figa | bad5b5e | 2019-06-21 13:13:52 +0200 | [diff] [blame] | 35 | select IRQ_DOMAIN |
| 36 | select REGMAP_I2C |
| 37 | help |
| 38 | If you say yes here you get support for the Fairchild Semiconductor |
| 39 | FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB |
| 40 | port accessory detector and switch. The FSA9480 is fully controlled using |
| 41 | I2C and enables USB data, stereo and mono audio, video, microphone |
| 42 | and UART data to use a common connector port. |
| 43 | |
MyungJoo Ham | be48308 | 2012-04-20 14:16:23 +0900 | [diff] [blame] | 44 | config EXTCON_GPIO |
| 45 | tristate "GPIO extcon support" |
Geert Uytterhoeven | 638f958 | 2015-05-05 18:32:20 +0200 | [diff] [blame] | 46 | depends on GPIOLIB || COMPILE_TEST |
MyungJoo Ham | be48308 | 2012-04-20 14:16:23 +0900 | [diff] [blame] | 47 | help |
| 48 | Say Y here to enable GPIO based extcon support. Note that GPIO |
| 49 | extcon supports single state per extcon instance. |
| 50 | |
David Cohen | 2f556bd | 2016-12-21 12:20:25 +0100 | [diff] [blame] | 51 | config EXTCON_INTEL_INT3496 |
| 52 | tristate "Intel INT3496 ACPI device extcon driver" |
Peter Robinson | 059c7874b | 2017-03-02 18:10:10 +0000 | [diff] [blame] | 53 | depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST) |
David Cohen | 2f556bd | 2016-12-21 12:20:25 +0100 | [diff] [blame] | 54 | help |
| 55 | Say Y here to enable extcon support for USB OTG ports controlled by |
| 56 | an Intel INT3496 ACPI device. |
| 57 | |
| 58 | This ACPI device is typically found on Intel Baytrail or Cherrytrail |
| 59 | based tablets, or other Baytrail / Cherrytrail devices. |
| 60 | |
Hans de Goede | db0f3ba | 2017-03-23 17:01:42 +0100 | [diff] [blame] | 61 | config EXTCON_INTEL_CHT_WC |
| 62 | tristate "Intel Cherrytrail Whiskey Cove PMIC extcon driver" |
| 63 | depends on INTEL_SOC_PMIC_CHTWC |
| 64 | help |
| 65 | Say Y here to enable extcon support for charger detection / control |
| 66 | on the Intel Cherrytrail Whiskey Cove PMIC. |
| 67 | |
Andy Shevchenko | 492929c | 2019-03-19 16:30:42 +0200 | [diff] [blame] | 68 | config EXTCON_INTEL_MRFLD |
| 69 | tristate "Intel Merrifield Basin Cove PMIC extcon driver" |
| 70 | depends on INTEL_SOC_PMIC_MRFLD |
| 71 | help |
| 72 | Say Y here to enable extcon support for charger detection / control |
| 73 | on the Intel Merrifield Basin Cove PMIC. |
| 74 | |
Chanwoo Choi | 962e56b | 2013-11-22 16:51:06 +0100 | [diff] [blame] | 75 | config EXTCON_MAX14577 |
Chanwoo Choi | ed2c060 | 2015-04-03 09:51:26 +0900 | [diff] [blame] | 76 | tristate "Maxim MAX14577/77836 EXTCON Support" |
Chanwoo Choi | 962e56b | 2013-11-22 16:51:06 +0100 | [diff] [blame] | 77 | depends on MFD_MAX14577 |
| 78 | select IRQ_DOMAIN |
| 79 | select REGMAP_I2C |
| 80 | help |
| 81 | If you say yes here you get support for the MUIC device of |
Krzysztof Kozlowski | 4706a52 | 2014-04-14 11:17:19 +0200 | [diff] [blame] | 82 | Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory |
Chanwoo Choi | 962e56b | 2013-11-22 16:51:06 +0100 | [diff] [blame] | 83 | detector and switch. |
| 84 | |
Sergei Shtylyov | 08a0a4f | 2015-12-19 08:17:41 +0900 | [diff] [blame] | 85 | config EXTCON_MAX3355 |
| 86 | tristate "Maxim MAX3355 USB OTG EXTCON Support" |
| 87 | depends on GPIOLIB || COMPILE_TEST |
| 88 | help |
| 89 | If you say yes here you get support for the USB OTG role detection by |
| 90 | MAX3355. The MAX3355 chip integrates a charge pump and comparators to |
| 91 | enable a system with an integrated USB OTG dual-role transceiver to |
| 92 | function as an USB OTG dual-role device. |
| 93 | |
Chanwoo Choi | db1b903 | 2012-07-17 13:28:28 +0900 | [diff] [blame] | 94 | config EXTCON_MAX77693 |
Chanwoo Choi | ed2c060 | 2015-04-03 09:51:26 +0900 | [diff] [blame] | 95 | tristate "Maxim MAX77693 EXTCON Support" |
Chanwoo Choi | 1aa0590 | 2013-01-25 10:56:10 +0900 | [diff] [blame] | 96 | depends on MFD_MAX77693 && INPUT |
Chanwoo Choi | db1b903 | 2012-07-17 13:28:28 +0900 | [diff] [blame] | 97 | select IRQ_DOMAIN |
| 98 | select REGMAP_I2C |
| 99 | help |
| 100 | If you say yes here you get support for the MUIC device of |
| 101 | Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory |
| 102 | detector and switch. |
| 103 | |
Jaewon Kim | 27a28d3 | 2015-02-04 13:56:07 +0900 | [diff] [blame] | 104 | config EXTCON_MAX77843 |
Chanwoo Choi | ed2c060 | 2015-04-03 09:51:26 +0900 | [diff] [blame] | 105 | tristate "Maxim MAX77843 EXTCON Support" |
Jaewon Kim | 27a28d3 | 2015-02-04 13:56:07 +0900 | [diff] [blame] | 106 | depends on MFD_MAX77843 |
| 107 | select IRQ_DOMAIN |
| 108 | select REGMAP_I2C |
| 109 | help |
| 110 | If you say yes here you get support for the MUIC device of |
| 111 | Maxim MAX77843. The MAX77843 MUIC is a USB port accessory |
| 112 | detector add switch. |
| 113 | |
Chanwoo Choi | b76668b | 2012-05-09 12:31:58 +0900 | [diff] [blame] | 114 | config EXTCON_MAX8997 |
Chanwoo Choi | ed2c060 | 2015-04-03 09:51:26 +0900 | [diff] [blame] | 115 | tristate "Maxim MAX8997 EXTCON Support" |
Chanwoo Choi | dca1a71 | 2012-07-02 09:03:00 +0900 | [diff] [blame] | 116 | depends on MFD_MAX8997 && IRQ_DOMAIN |
Chanwoo Choi | b76668b | 2012-05-09 12:31:58 +0900 | [diff] [blame] | 117 | help |
| 118 | If you say yes here you get support for the MUIC device of |
| 119 | Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory |
| 120 | detector and switch. |
| 121 | |
Graeme Gregory | b1f254e | 2013-05-28 10:50:11 +0900 | [diff] [blame] | 122 | config EXTCON_PALMAS |
| 123 | tristate "Palmas USB EXTCON support" |
| 124 | depends on MFD_PALMAS |
| 125 | help |
| 126 | Say Y here to enable support for USB peripheral and USB host |
| 127 | detection by palmas usb. |
| 128 | |
Vijai Kumar K | 4ed754d | 2019-01-23 18:16:56 +0530 | [diff] [blame] | 129 | config EXTCON_PTN5150 |
| 130 | tristate "NXP PTN5150 CC LOGIC USB EXTCON support" |
Arnd Bergmann | 86baf80 | 2019-03-06 12:08:57 +0100 | [diff] [blame] | 131 | depends on I2C && (GPIOLIB || COMPILE_TEST) |
Vijai Kumar K | 4ed754d | 2019-01-23 18:16:56 +0530 | [diff] [blame] | 132 | select REGMAP_I2C |
| 133 | help |
| 134 | Say Y here to enable support for USB peripheral and USB host |
| 135 | detection by NXP PTN5150 CC (Configuration Channel) logic chip. |
| 136 | |
Stephen Boyd | 38085c9 | 2016-09-09 14:48:47 -0700 | [diff] [blame] | 137 | config EXTCON_QCOM_SPMI_MISC |
| 138 | tristate "Qualcomm USB extcon support" |
Peter Robinson | a781a7d | 2017-05-20 17:45:07 +0100 | [diff] [blame] | 139 | depends on ARCH_QCOM || COMPILE_TEST |
Stephen Boyd | 38085c9 | 2016-09-09 14:48:47 -0700 | [diff] [blame] | 140 | help |
| 141 | Say Y here to enable SPMI PMIC based USB cable detection |
| 142 | support on Qualcomm PMICs such as PM8941. |
| 143 | |
Chanwoo Choi | c03e017 | 2014-08-18 09:05:21 +0900 | [diff] [blame] | 144 | config EXTCON_RT8973A |
Chanwoo Choi | ed2c060 | 2015-04-03 09:51:26 +0900 | [diff] [blame] | 145 | tristate "Richtek RT8973A EXTCON support" |
Chanwoo Choi | c03e017 | 2014-08-18 09:05:21 +0900 | [diff] [blame] | 146 | depends on I2C |
| 147 | select IRQ_DOMAIN |
| 148 | select REGMAP_I2C |
| 149 | select REGMAP_IRQ |
| 150 | help |
| 151 | If you say yes here you get support for the MUIC device of |
| 152 | Richtek RT8973A. The RT8973A is a USB port accessory detector |
| 153 | and switch that is optimized to protect low voltage system |
| 154 | from abnormal high input voltage (up to 28V). |
| 155 | |
Chanwoo Choi | 914b881 | 2014-05-22 14:06:33 +0900 | [diff] [blame] | 156 | config EXTCON_SM5502 |
Stephan Gerhold | d97c0ff | 2021-06-03 10:52:22 +0200 | [diff] [blame] | 157 | tristate "Silicon Mitus SM5502/SM5504 EXTCON support" |
Chanwoo Choi | 0746d5d | 2014-08-12 13:28:11 +0900 | [diff] [blame] | 158 | depends on I2C |
Chanwoo Choi | 914b881 | 2014-05-22 14:06:33 +0900 | [diff] [blame] | 159 | select IRQ_DOMAIN |
| 160 | select REGMAP_I2C |
| 161 | select REGMAP_IRQ |
| 162 | help |
| 163 | If you say yes here you get support for the MUIC device of |
| 164 | Silicon Mitus SM5502. The SM5502 is a USB port accessory |
| 165 | detector and switch. |
| 166 | |
Roger Quadros | e52817f | 2015-02-02 12:21:59 +0200 | [diff] [blame] | 167 | config EXTCON_USB_GPIO |
| 168 | tristate "USB GPIO extcon support" |
Geert Uytterhoeven | 638f958 | 2015-05-05 18:32:20 +0200 | [diff] [blame] | 169 | depends on GPIOLIB || COMPILE_TEST |
Roger Quadros | e52817f | 2015-02-02 12:21:59 +0200 | [diff] [blame] | 170 | help |
| 171 | Say Y here to enable GPIO based USB cable detection extcon support. |
| 172 | Used typically if GPIO is used for USB ID pin detection. |
| 173 | |
Benson Leung | c698316 | 2017-07-17 11:41:39 +0200 | [diff] [blame] | 174 | config EXTCON_USBC_CROS_EC |
| 175 | tristate "ChromeOS Embedded Controller EXTCON support" |
Enric Balletbo i Serra | 47f11e0 | 2019-09-02 11:53:01 +0200 | [diff] [blame] | 176 | depends on CROS_EC |
Benson Leung | c698316 | 2017-07-17 11:41:39 +0200 | [diff] [blame] | 177 | help |
| 178 | Say Y here to enable USB Type C cable detection extcon support when |
| 179 | using Chrome OS EC based USB Type-C ports. |
| 180 | |
Michael Auchter | 06bc4ca | 2020-10-15 09:07:34 -0500 | [diff] [blame] | 181 | config EXTCON_USBC_TUSB320 |
| 182 | tristate "TI TUSB320 USB-C extcon support" |
| 183 | depends on I2C |
| 184 | select REGMAP_I2C |
| 185 | help |
| 186 | Say Y here to enable support for USB Type C cable detection extcon |
| 187 | support using a TUSB320. |
| 188 | |
Chanwoo Choi | ed2c060 | 2015-04-03 09:51:26 +0900 | [diff] [blame] | 189 | endif |