|
@@ -14,6 +14,20 @@ if EXTCON
|
|
|
|
|
|
comment "Extcon Device Drivers"
|
|
comment "Extcon Device Drivers"
|
|
|
|
|
|
|
|
+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.
|
|
|
|
+
|
|
|
|
+config EXTCON_ARIZONA
|
|
|
|
+ tristate "Wolfson Arizona EXTCON support"
|
|
|
|
+ depends on MFD_ARIZONA && INPUT && SND_SOC
|
|
|
|
+ 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.
|
|
|
|
+
|
|
config EXTCON_GPIO
|
|
config EXTCON_GPIO
|
|
tristate "GPIO extcon support"
|
|
tristate "GPIO extcon support"
|
|
depends on GPIOLIB
|
|
depends on GPIOLIB
|
|
@@ -21,12 +35,6 @@ config EXTCON_GPIO
|
|
Say Y here to enable GPIO based extcon support. Note that GPIO
|
|
Say Y here to enable GPIO based extcon support. Note that GPIO
|
|
extcon supports single state per extcon instance.
|
|
extcon supports single state per extcon instance.
|
|
|
|
|
|
-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.
|
|
|
|
-
|
|
|
|
config EXTCON_MAX14577
|
|
config EXTCON_MAX14577
|
|
tristate "MAX14577/77836 EXTCON Support"
|
|
tristate "MAX14577/77836 EXTCON Support"
|
|
depends on MFD_MAX14577
|
|
depends on MFD_MAX14577
|
|
@@ -55,14 +63,6 @@ config EXTCON_MAX8997
|
|
Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory
|
|
Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory
|
|
detector and switch.
|
|
detector and switch.
|
|
|
|
|
|
-config EXTCON_ARIZONA
|
|
|
|
- tristate "Wolfson Arizona EXTCON support"
|
|
|
|
- depends on MFD_ARIZONA && INPUT && SND_SOC
|
|
|
|
- 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.
|
|
|
|
-
|
|
|
|
config EXTCON_PALMAS
|
|
config EXTCON_PALMAS
|
|
tristate "Palmas USB EXTCON support"
|
|
tristate "Palmas USB EXTCON support"
|
|
depends on MFD_PALMAS
|
|
depends on MFD_PALMAS
|