| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | menuconfig EXTCON |
|---|
| 2 | 3 | tristate "External Connector Class (extcon) support" |
|---|
| 3 | 4 | help |
|---|
| .. | .. |
|---|
| 30 | 31 | |
|---|
| 31 | 32 | config EXTCON_AXP288 |
|---|
| 32 | 33 | tristate "X-Power AXP288 EXTCON support" |
|---|
| 33 | | - depends on MFD_AXP20X && USB_SUPPORT && X86 |
|---|
| 34 | + depends on MFD_AXP20X && USB_SUPPORT && X86 && ACPI |
|---|
| 34 | 35 | select USB_ROLE_SWITCH |
|---|
| 35 | 36 | help |
|---|
| 36 | 37 | Say Y here to enable support for USB peripheral detection |
|---|
| 37 | 38 | and USB MUX switching by X-Power AXP288 PMIC. |
|---|
| 39 | + |
|---|
| 40 | +config EXTCON_FSA9480 |
|---|
| 41 | + tristate "FSA9480 EXTCON Support" |
|---|
| 42 | + depends on INPUT && I2C |
|---|
| 43 | + select IRQ_DOMAIN |
|---|
| 44 | + select REGMAP_I2C |
|---|
| 45 | + help |
|---|
| 46 | + If you say yes here you get support for the Fairchild Semiconductor |
|---|
| 47 | + FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB |
|---|
| 48 | + port accessory detector and switch. The FSA9480 is fully controlled using |
|---|
| 49 | + I2C and enables USB data, stereo and mono audio, video, microphone |
|---|
| 50 | + and UART data to use a common connector port. |
|---|
| 38 | 51 | |
|---|
| 39 | 52 | config EXTCON_GPIO |
|---|
| 40 | 53 | tristate "GPIO extcon support" |
|---|
| .. | .. |
|---|
| 59 | 72 | help |
|---|
| 60 | 73 | Say Y here to enable extcon support for charger detection / control |
|---|
| 61 | 74 | on the Intel Cherrytrail Whiskey Cove PMIC. |
|---|
| 75 | + |
|---|
| 76 | +config EXTCON_INTEL_MRFLD |
|---|
| 77 | + tristate "Intel Merrifield Basin Cove PMIC extcon driver" |
|---|
| 78 | + depends on INTEL_SOC_PMIC_MRFLD |
|---|
| 79 | + help |
|---|
| 80 | + Say Y here to enable extcon support for charger detection / control |
|---|
| 81 | + on the Intel Merrifield Basin Cove PMIC. |
|---|
| 62 | 82 | |
|---|
| 63 | 83 | config EXTCON_MAX14577 |
|---|
| 64 | 84 | tristate "Maxim MAX14577/77836 EXTCON Support" |
|---|
| .. | .. |
|---|
| 114 | 134 | Say Y here to enable support for USB peripheral and USB host |
|---|
| 115 | 135 | detection by palmas usb. |
|---|
| 116 | 136 | |
|---|
| 137 | +config EXTCON_PTN5150 |
|---|
| 138 | + tristate "NXP PTN5150 CC LOGIC USB EXTCON support" |
|---|
| 139 | + depends on I2C && (GPIOLIB || COMPILE_TEST) |
|---|
| 140 | + select REGMAP_I2C |
|---|
| 141 | + help |
|---|
| 142 | + Say Y here to enable support for USB peripheral and USB host |
|---|
| 143 | + detection by NXP PTN5150 CC (Configuration Channel) logic chip. |
|---|
| 144 | + |
|---|
| 117 | 145 | config EXTCON_QCOM_SPMI_MISC |
|---|
| 118 | 146 | tristate "Qualcomm USB extcon support" |
|---|
| 119 | 147 | depends on ARCH_QCOM || COMPILE_TEST |
|---|
| .. | .. |
|---|
| 153 | 181 | |
|---|
| 154 | 182 | config EXTCON_USBC_CROS_EC |
|---|
| 155 | 183 | tristate "ChromeOS Embedded Controller EXTCON support" |
|---|
| 156 | | - depends on MFD_CROS_EC |
|---|
| 184 | + depends on CROS_EC |
|---|
| 157 | 185 | help |
|---|
| 158 | 186 | Say Y here to enable USB Type C cable detection extcon support when |
|---|
| 159 | 187 | using Chrome OS EC based USB Type-C ports. |
|---|