MyungJoo Ham | de55d87 | 2012-04-20 14:16:22 +0900 | [diff] [blame] | 1 | menuconfig 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 | |
| 13 | if EXTCON |
| 14 | |
| 15 | comment "Extcon Device Drivers" |
| 16 | |
MyungJoo Ham | be48308 | 2012-04-20 14:16:23 +0900 | [diff] [blame] | 17 | config EXTCON_GPIO |
| 18 | tristate "GPIO extcon support" |
Alexandre Courbot | 76ec9d1 | 2013-03-28 04:34:56 -0700 | [diff] [blame] | 19 | depends on GPIOLIB |
MyungJoo Ham | be48308 | 2012-04-20 14:16:23 +0900 | [diff] [blame] | 20 | help |
| 21 | Say Y here to enable GPIO based extcon support. Note that GPIO |
| 22 | extcon supports single state per extcon instance. |
| 23 | |
anish kumar | 1993986 | 2012-08-17 09:57:22 -0700 | [diff] [blame] | 24 | config EXTCON_ADC_JACK |
| 25 | tristate "ADC Jack extcon support" |
| 26 | depends on IIO |
| 27 | help |
| 28 | Say Y here to enable extcon device driver based on ADC values. |
| 29 | |
Chanwoo Choi | 962e56b | 2013-11-22 16:51:06 +0100 | [diff] [blame] | 30 | config EXTCON_MAX14577 |
| 31 | tristate "MAX14577 EXTCON Support" |
| 32 | depends on MFD_MAX14577 |
| 33 | select IRQ_DOMAIN |
| 34 | select REGMAP_I2C |
| 35 | help |
| 36 | If you say yes here you get support for the MUIC device of |
| 37 | Maxim MAX14577 PMIC. The MAX14577 MUIC is a USB port accessory |
| 38 | detector and switch. |
| 39 | |
Chanwoo Choi | db1b903 | 2012-07-17 13:28:28 +0900 | [diff] [blame] | 40 | config EXTCON_MAX77693 |
| 41 | tristate "MAX77693 EXTCON Support" |
Chanwoo Choi | 1aa0590 | 2013-01-25 10:56:10 +0900 | [diff] [blame] | 42 | depends on MFD_MAX77693 && INPUT |
Chanwoo Choi | db1b903 | 2012-07-17 13:28:28 +0900 | [diff] [blame] | 43 | select IRQ_DOMAIN |
| 44 | select REGMAP_I2C |
| 45 | help |
| 46 | If you say yes here you get support for the MUIC device of |
| 47 | Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory |
| 48 | detector and switch. |
| 49 | |
Chanwoo Choi | b76668b | 2012-05-09 12:31:58 +0900 | [diff] [blame] | 50 | config EXTCON_MAX8997 |
| 51 | tristate "MAX8997 EXTCON Support" |
Chanwoo Choi | dca1a71 | 2012-07-02 09:03:00 +0900 | [diff] [blame] | 52 | depends on MFD_MAX8997 && IRQ_DOMAIN |
Chanwoo Choi | b76668b | 2012-05-09 12:31:58 +0900 | [diff] [blame] | 53 | help |
| 54 | If you say yes here you get support for the MUIC device of |
| 55 | Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory |
| 56 | detector and switch. |
| 57 | |
Mark Brown | f2c32a8 | 2012-06-24 12:09:45 +0100 | [diff] [blame] | 58 | config EXTCON_ARIZONA |
| 59 | tristate "Wolfson Arizona EXTCON support" |
Mark Brown | bbbd46e | 2013-01-10 19:38:43 +0000 | [diff] [blame] | 60 | depends on MFD_ARIZONA && INPUT && SND_SOC |
Mark Brown | f2c32a8 | 2012-06-24 12:09:45 +0100 | [diff] [blame] | 61 | help |
| 62 | Say Y here to enable support for external accessory detection |
| 63 | with Wolfson Arizona devices. These are audio CODECs with |
| 64 | advanced audio accessory detection support. |
| 65 | |
Graeme Gregory | b1f254e | 2013-05-28 10:50:11 +0900 | [diff] [blame] | 66 | config EXTCON_PALMAS |
| 67 | tristate "Palmas USB EXTCON support" |
| 68 | depends on MFD_PALMAS |
| 69 | help |
| 70 | Say Y here to enable support for USB peripheral and USB host |
| 71 | detection by palmas usb. |
| 72 | |
MyungJoo Ham | de55d87 | 2012-04-20 14:16:22 +0900 | [diff] [blame] | 73 | endif # MULTISTATE_SWITCH |