blob: bdb5a00f1dfa9e092484c4105102409b5e7c0311 [file] [log] [blame]
MyungJoo Hamde55d872012-04-20 14:16:22 +09001menuconfig EXTCON
2 tristate "External Connector Class (extcon) support"
3 help
4 Say Y here to enable external connector class (extcon) support.
5 This allows monitoring external connectors by userspace
6 via sysfs and uevent and supports external connectors with
7 multiple states; i.e., an extcon that may have multiple
8 cables attached. For example, an external connector of a device
9 may be used to connect an HDMI cable and a AC adaptor, and to
10 host USB ports. Many of 30-pin connectors including PDMI are
11 also good examples.
12
13if EXTCON
14
15comment "Extcon Device Drivers"
16
Kishon Vijay Abraham I6eee5b32013-06-11 20:48:02 +090017config OF_EXTCON
18 def_tristate y
19 depends on OF
20
MyungJoo Hambe483082012-04-20 14:16:23 +090021config EXTCON_GPIO
22 tristate "GPIO extcon support"
Alexandre Courbot76ec9d12013-03-28 04:34:56 -070023 depends on GPIOLIB
MyungJoo Hambe483082012-04-20 14:16:23 +090024 help
25 Say Y here to enable GPIO based extcon support. Note that GPIO
26 extcon supports single state per extcon instance.
27
anish kumar19939862012-08-17 09:57:22 -070028config EXTCON_ADC_JACK
29 tristate "ADC Jack extcon support"
30 depends on IIO
31 help
32 Say Y here to enable extcon device driver based on ADC values.
33
Chanwoo Choi962e56b2013-11-22 16:51:06 +010034config EXTCON_MAX14577
35 tristate "MAX14577 EXTCON Support"
36 depends on MFD_MAX14577
37 select IRQ_DOMAIN
38 select REGMAP_I2C
39 help
40 If you say yes here you get support for the MUIC device of
41 Maxim MAX14577 PMIC. The MAX14577 MUIC is a USB port accessory
42 detector and switch.
43
Chanwoo Choidb1b9032012-07-17 13:28:28 +090044config EXTCON_MAX77693
45 tristate "MAX77693 EXTCON Support"
Chanwoo Choi1aa05902013-01-25 10:56:10 +090046 depends on MFD_MAX77693 && INPUT
Chanwoo Choidb1b9032012-07-17 13:28:28 +090047 select IRQ_DOMAIN
48 select REGMAP_I2C
49 help
50 If you say yes here you get support for the MUIC device of
51 Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory
52 detector and switch.
53
Chanwoo Choib76668b2012-05-09 12:31:58 +090054config EXTCON_MAX8997
55 tristate "MAX8997 EXTCON Support"
Chanwoo Choidca1a712012-07-02 09:03:00 +090056 depends on MFD_MAX8997 && IRQ_DOMAIN
Chanwoo Choib76668b2012-05-09 12:31:58 +090057 help
58 If you say yes here you get support for the MUIC device of
59 Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory
60 detector and switch.
61
Mark Brownf2c32a82012-06-24 12:09:45 +010062config EXTCON_ARIZONA
63 tristate "Wolfson Arizona EXTCON support"
Mark Brownbbbd46e2013-01-10 19:38:43 +000064 depends on MFD_ARIZONA && INPUT && SND_SOC
Mark Brownf2c32a82012-06-24 12:09:45 +010065 help
66 Say Y here to enable support for external accessory detection
67 with Wolfson Arizona devices. These are audio CODECs with
68 advanced audio accessory detection support.
69
Graeme Gregoryb1f254e2013-05-28 10:50:11 +090070config EXTCON_PALMAS
71 tristate "Palmas USB EXTCON support"
72 depends on MFD_PALMAS
73 help
74 Say Y here to enable support for USB peripheral and USB host
75 detection by palmas usb.
76
MyungJoo Hamde55d872012-04-20 14:16:22 +090077endif # MULTISTATE_SWITCH