2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-04-20 14:16:22 +09:00
|
|
|
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"
|
|
|
|
|
2014-05-22 14:01:51 +09:00
|
|
|
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.
|
|
|
|
|
2015-04-30 20:44:45 +05:30
|
|
|
config EXTCON_AXP288
|
|
|
|
tristate "X-Power AXP288 EXTCON support"
|
2021-09-16 09:12:55 +02:00
|
|
|
depends on MFD_AXP20X && USB_SUPPORT && X86 && ACPI && IOSF_MBI
|
2018-03-20 15:57:13 +03:00
|
|
|
select USB_ROLE_SWITCH
|
2015-04-30 20:44:45 +05:30
|
|
|
help
|
|
|
|
Say Y here to enable support for USB peripheral detection
|
|
|
|
and USB MUX switching by X-Power AXP288 PMIC.
|
|
|
|
|
2019-06-21 13:13:52 +02:00
|
|
|
config EXTCON_FSA9480
|
|
|
|
tristate "FSA9480 EXTCON Support"
|
2019-06-25 18:10:40 -07:00
|
|
|
depends on INPUT && I2C
|
2019-06-21 13:13:52 +02:00
|
|
|
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.
|
|
|
|
|
2012-04-20 14:16:23 +09:00
|
|
|
config EXTCON_GPIO
|
|
|
|
tristate "GPIO extcon support"
|
2015-05-05 18:32:20 +02:00
|
|
|
depends on GPIOLIB || COMPILE_TEST
|
2012-04-20 14:16:23 +09:00
|
|
|
help
|
|
|
|
Say Y here to enable GPIO based extcon support. Note that GPIO
|
|
|
|
extcon supports single state per extcon instance.
|
|
|
|
|
2016-12-21 12:20:25 +01:00
|
|
|
config EXTCON_INTEL_INT3496
|
|
|
|
tristate "Intel INT3496 ACPI device extcon driver"
|
2017-03-02 18:10:10 +00:00
|
|
|
depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST)
|
2016-12-21 12:20:25 +01:00
|
|
|
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.
|
|
|
|
|
2017-03-23 17:01:42 +01:00
|
|
|
config EXTCON_INTEL_CHT_WC
|
|
|
|
tristate "Intel Cherrytrail Whiskey Cove PMIC extcon driver"
|
|
|
|
depends on INTEL_SOC_PMIC_CHTWC
|
2022-02-01 14:07:03 +01:00
|
|
|
depends on USB_SUPPORT
|
|
|
|
select USB_ROLE_SWITCH
|
2017-03-23 17:01:42 +01:00
|
|
|
help
|
|
|
|
Say Y here to enable extcon support for charger detection / control
|
|
|
|
on the Intel Cherrytrail Whiskey Cove PMIC.
|
|
|
|
|
2019-03-19 16:30:42 +02:00
|
|
|
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.
|
|
|
|
|
2013-11-22 16:51:06 +01:00
|
|
|
config EXTCON_MAX14577
|
2015-04-03 09:51:26 +09:00
|
|
|
tristate "Maxim MAX14577/77836 EXTCON Support"
|
2013-11-22 16:51:06 +01:00
|
|
|
depends on MFD_MAX14577
|
|
|
|
select IRQ_DOMAIN
|
|
|
|
select REGMAP_I2C
|
|
|
|
help
|
|
|
|
If you say yes here you get support for the MUIC device of
|
2014-04-14 11:17:19 +02:00
|
|
|
Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory
|
2013-11-22 16:51:06 +01:00
|
|
|
detector and switch.
|
|
|
|
|
2015-12-19 08:17:41 +09:00
|
|
|
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.
|
|
|
|
|
2012-07-17 13:28:28 +09:00
|
|
|
config EXTCON_MAX77693
|
2015-04-03 09:51:26 +09:00
|
|
|
tristate "Maxim MAX77693 EXTCON Support"
|
2013-01-25 10:56:10 +09:00
|
|
|
depends on MFD_MAX77693 && INPUT
|
2012-07-17 13:28:28 +09:00
|
|
|
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.
|
|
|
|
|
2015-02-04 13:56:07 +09:00
|
|
|
config EXTCON_MAX77843
|
2015-04-03 09:51:26 +09:00
|
|
|
tristate "Maxim MAX77843 EXTCON Support"
|
2015-02-04 13:56:07 +09:00
|
|
|
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.
|
|
|
|
|
2012-05-09 12:31:58 +09:00
|
|
|
config EXTCON_MAX8997
|
2015-04-03 09:51:26 +09:00
|
|
|
tristate "Maxim MAX8997 EXTCON Support"
|
2012-07-02 09:03:00 +09:00
|
|
|
depends on MFD_MAX8997 && IRQ_DOMAIN
|
2012-05-09 12:31:58 +09:00
|
|
|
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.
|
|
|
|
|
2013-05-28 10:50:11 +09:00
|
|
|
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.
|
|
|
|
|
2019-01-23 18:16:56 +05:30
|
|
|
config EXTCON_PTN5150
|
|
|
|
tristate "NXP PTN5150 CC LOGIC USB EXTCON support"
|
2019-03-06 12:08:57 +01:00
|
|
|
depends on I2C && (GPIOLIB || COMPILE_TEST)
|
2022-04-19 20:44:09 +08:00
|
|
|
depends on USB_ROLE_SWITCH || !USB_ROLE_SWITCH
|
2019-01-23 18:16:56 +05:30
|
|
|
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.
|
|
|
|
|
2016-09-09 14:48:47 -07:00
|
|
|
config EXTCON_QCOM_SPMI_MISC
|
|
|
|
tristate "Qualcomm USB extcon support"
|
2017-05-20 17:45:07 +01:00
|
|
|
depends on ARCH_QCOM || COMPILE_TEST
|
2016-09-09 14:48:47 -07:00
|
|
|
help
|
|
|
|
Say Y here to enable SPMI PMIC based USB cable detection
|
|
|
|
support on Qualcomm PMICs such as PM8941.
|
|
|
|
|
2014-08-18 09:05:21 +09:00
|
|
|
config EXTCON_RT8973A
|
2015-04-03 09:51:26 +09:00
|
|
|
tristate "Richtek RT8973A EXTCON support"
|
2014-08-18 09:05:21 +09:00
|
|
|
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).
|
|
|
|
|
2014-05-22 14:06:33 +09:00
|
|
|
config EXTCON_SM5502
|
2022-03-12 20:41:54 +02:00
|
|
|
tristate "Silicon Mitus SM5502/SM5504/SM5703 EXTCON support"
|
2014-08-12 13:28:11 +09:00
|
|
|
depends on I2C
|
2014-05-22 14:06:33 +09:00
|
|
|
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.
|
|
|
|
|
2015-02-02 12:21:59 +02:00
|
|
|
config EXTCON_USB_GPIO
|
|
|
|
tristate "USB GPIO extcon support"
|
2015-05-05 18:32:20 +02:00
|
|
|
depends on GPIOLIB || COMPILE_TEST
|
2015-02-02 12:21:59 +02:00
|
|
|
help
|
|
|
|
Say Y here to enable GPIO based USB cable detection extcon support.
|
|
|
|
Used typically if GPIO is used for USB ID pin detection.
|
|
|
|
|
2017-07-17 11:41:39 +02:00
|
|
|
config EXTCON_USBC_CROS_EC
|
|
|
|
tristate "ChromeOS Embedded Controller EXTCON support"
|
2019-09-02 11:53:01 +02:00
|
|
|
depends on CROS_EC
|
2017-07-17 11:41:39 +02:00
|
|
|
help
|
|
|
|
Say Y here to enable USB Type C cable detection extcon support when
|
|
|
|
using Chrome OS EC based USB Type-C ports.
|
|
|
|
|
2020-10-15 09:07:34 -05:00
|
|
|
config EXTCON_USBC_TUSB320
|
|
|
|
tristate "TI TUSB320 USB-C extcon support"
|
|
|
|
depends on I2C
|
|
|
|
select REGMAP_I2C
|
|
|
|
help
|
|
|
|
Say Y here to enable support for USB Type C cable detection extcon
|
|
|
|
support using a TUSB320.
|
|
|
|
|
2015-04-03 09:51:26 +09:00
|
|
|
endif
|