aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2015-04-02 20:51:26 -0400
committerChanwoo Choi <cw00.choi@samsung.com>2015-05-19 03:39:03 -0400
commited2c0604ace93a2c9b8fc055ab61fff68704cd1e (patch)
tree42f9388374a7daf291f7effd8ad785bc2a3b1aa9
parente26081808edadfd257c6c9d81014e3b25e9a6118 (diff)
extcon: Add manufactor name of each extcon device
This patch adds the manufactor name of each extcon device and removes un-necessary comment in Kconfig. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r--drivers/extcon/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/extcon/Kconfig b/drivers/extcon/Kconfig
index fdc0bf0543ce..bd10b6c6962d 100644
--- a/drivers/extcon/Kconfig
+++ b/drivers/extcon/Kconfig
@@ -36,7 +36,7 @@ config EXTCON_GPIO
36 extcon supports single state per extcon instance. 36 extcon supports single state per extcon instance.
37 37
38config EXTCON_MAX14577 38config EXTCON_MAX14577
39 tristate "MAX14577/77836 EXTCON Support" 39 tristate "Maxim MAX14577/77836 EXTCON Support"
40 depends on MFD_MAX14577 40 depends on MFD_MAX14577
41 select IRQ_DOMAIN 41 select IRQ_DOMAIN
42 select REGMAP_I2C 42 select REGMAP_I2C
@@ -46,7 +46,7 @@ config EXTCON_MAX14577
46 detector and switch. 46 detector and switch.
47 47
48config EXTCON_MAX77693 48config EXTCON_MAX77693
49 tristate "MAX77693 EXTCON Support" 49 tristate "Maxim MAX77693 EXTCON Support"
50 depends on MFD_MAX77693 && INPUT 50 depends on MFD_MAX77693 && INPUT
51 select IRQ_DOMAIN 51 select IRQ_DOMAIN
52 select REGMAP_I2C 52 select REGMAP_I2C
@@ -56,7 +56,7 @@ config EXTCON_MAX77693
56 detector and switch. 56 detector and switch.
57 57
58config EXTCON_MAX77843 58config EXTCON_MAX77843
59 tristate "MAX77843 EXTCON Support" 59 tristate "Maxim MAX77843 EXTCON Support"
60 depends on MFD_MAX77843 60 depends on MFD_MAX77843
61 select IRQ_DOMAIN 61 select IRQ_DOMAIN
62 select REGMAP_I2C 62 select REGMAP_I2C
@@ -66,7 +66,7 @@ config EXTCON_MAX77843
66 detector add switch. 66 detector add switch.
67 67
68config EXTCON_MAX8997 68config EXTCON_MAX8997
69 tristate "MAX8997 EXTCON Support" 69 tristate "Maxim MAX8997 EXTCON Support"
70 depends on MFD_MAX8997 && IRQ_DOMAIN 70 depends on MFD_MAX8997 && IRQ_DOMAIN
71 help 71 help
72 If you say yes here you get support for the MUIC device of 72 If you say yes here you get support for the MUIC device of
@@ -81,7 +81,7 @@ config EXTCON_PALMAS
81 detection by palmas usb. 81 detection by palmas usb.
82 82
83config EXTCON_RT8973A 83config EXTCON_RT8973A
84 tristate "RT8973A EXTCON support" 84 tristate "Richtek RT8973A EXTCON support"
85 depends on I2C 85 depends on I2C
86 select IRQ_DOMAIN 86 select IRQ_DOMAIN
87 select REGMAP_I2C 87 select REGMAP_I2C
@@ -93,7 +93,7 @@ config EXTCON_RT8973A
93 from abnormal high input voltage (up to 28V). 93 from abnormal high input voltage (up to 28V).
94 94
95config EXTCON_SM5502 95config EXTCON_SM5502
96 tristate "SM5502 EXTCON support" 96 tristate "Silicon Mitus SM5502 EXTCON support"
97 depends on I2C 97 depends on I2C
98 select IRQ_DOMAIN 98 select IRQ_DOMAIN
99 select REGMAP_I2C 99 select REGMAP_I2C
@@ -110,4 +110,4 @@ config EXTCON_USB_GPIO
110 Say Y here to enable GPIO based USB cable detection extcon support. 110 Say Y here to enable GPIO based USB cable detection extcon support.
111 Used typically if GPIO is used for USB ID pin detection. 111 Used typically if GPIO is used for USB ID pin detection.
112 112
113endif # MULTISTATE_SWITCH 113endif