diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 13:40:32 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 13:40:32 -0400 |
commit | 3afebf577d4cb21215abb388e80c46c9c387ed0f (patch) | |
tree | 68db9434049a5119cc5e0a5d689dbfaa7419f6af /drivers/extcon/Kconfig | |
parent | 980d7929816236476967218645c30acc022042eb (diff) |
Revert "Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices"
This reverts commit 980d7929816236476967218645c30acc022042eb as it
breaks the build with the error:
ERROR: "extcon_cable_name" [drivers/extcon/extcon-adc-jack.ko] undefined!
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: anish kumar <anish.singh@samsung.com>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/extcon/Kconfig')
-rw-r--r-- | drivers/extcon/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig index dd5b01b957aa..e175c8ed4ec4 100644 --- a/drivers/extcon/Kconfig +++ b/drivers/extcon/Kconfig | |||
@@ -21,12 +21,6 @@ config EXTCON_GPIO | |||
21 | Say Y here to enable GPIO based extcon support. Note that GPIO | 21 | Say Y here to enable GPIO based extcon support. Note that GPIO |
22 | extcon supports single state per extcon instance. | 22 | extcon supports single state per extcon instance. |
23 | 23 | ||
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 | |||
30 | config EXTCON_MAX77693 | 24 | config EXTCON_MAX77693 |
31 | tristate "MAX77693 EXTCON Support" | 25 | tristate "MAX77693 EXTCON Support" |
32 | depends on MFD_MAX77693 | 26 | depends on MFD_MAX77693 |