Kconfig 1.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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"

17 18
config EXTCON_GPIO
	tristate "GPIO extcon support"
19
	depends on GPIOLIB
20 21 22 23
	help
	  Say Y here to enable GPIO based extcon support. Note that GPIO
	  extcon supports single state per extcon instance.

24 25 26 27 28 29
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.

30 31
config EXTCON_MAX77693
	tristate "MAX77693 EXTCON Support"
32
	depends on MFD_MAX77693 && INPUT
33 34 35 36 37 38 39
	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.

C
Chanwoo Choi 已提交
40 41
config EXTCON_MAX8997
	tristate "MAX8997 EXTCON Support"
42
	depends on MFD_MAX8997 && IRQ_DOMAIN
C
Chanwoo Choi 已提交
43 44 45 46 47
	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.

48 49
config EXTCON_ARIZONA
	tristate "Wolfson Arizona EXTCON support"
50
	depends on MFD_ARIZONA && INPUT && SND_SOC
51 52 53 54 55
	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.

56
endif # MULTISTATE_SWITCH