2012-04-20 13:16:22 +08: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"
|
|
|
|
|
2012-04-20 13:16:23 +08:00
|
|
|
config EXTCON_GPIO
|
|
|
|
tristate "GPIO extcon support"
|
2013-03-28 19:34:56 +08:00
|
|
|
depends on GPIOLIB
|
2012-04-20 13:16:23 +08:00
|
|
|
help
|
|
|
|
Say Y here to enable GPIO based extcon support. Note that GPIO
|
|
|
|
extcon supports single state per extcon instance.
|
|
|
|
|
2012-08-18 00:57:22 +08: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.
|
|
|
|
|
2013-11-22 23:51:06 +08:00
|
|
|
config EXTCON_MAX14577
|
|
|
|
tristate "MAX14577 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 PMIC. The MAX14577 MUIC is a USB port accessory
|
|
|
|
detector and switch.
|
|
|
|
|
2012-07-17 12:28:28 +08:00
|
|
|
config EXTCON_MAX77693
|
|
|
|
tristate "MAX77693 EXTCON Support"
|
2013-01-25 09:56:10 +08:00
|
|
|
depends on MFD_MAX77693 && INPUT
|
2012-07-17 12:28:28 +08: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.
|
|
|
|
|
2012-05-09 11:31:58 +08:00
|
|
|
config EXTCON_MAX8997
|
|
|
|
tristate "MAX8997 EXTCON Support"
|
2012-07-02 08:03:00 +08:00
|
|
|
depends on MFD_MAX8997 && IRQ_DOMAIN
|
2012-05-09 11:31:58 +08: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.
|
|
|
|
|
2012-06-24 19:09:45 +08:00
|
|
|
config EXTCON_ARIZONA
|
|
|
|
tristate "Wolfson Arizona EXTCON support"
|
2013-01-11 03:38:43 +08:00
|
|
|
depends on MFD_ARIZONA && INPUT && SND_SOC
|
2012-06-24 19:09:45 +08:00
|
|
|
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.
|
|
|
|
|
2013-05-28 09:50:11 +08: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.
|
|
|
|
|
2012-04-20 13:16:22 +08:00
|
|
|
endif # MULTISTATE_SWITCH
|