summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/Makefile
diff options
context:
space:
mode:
authorRoger Quadros2015-02-02 11:21:59 +0100
committerChanwoo Choi2015-02-24 01:00:53 +0100
commite52817faae359ce95c93c2b6eb88b16d4b430181 (patch)
treeb8eda5c5b308e7ce26eac18638456a40e4f2d648 /drivers/extcon/Makefile
parentextcon: max77693: Use HOST term to express USB-HOST cable instead of OTG term (diff)
downloadkernel-qcow2-linux-e52817faae359ce95c93c2b6eb88b16d4b430181.tar.gz
kernel-qcow2-linux-e52817faae359ce95c93c2b6eb88b16d4b430181.tar.xz
kernel-qcow2-linux-e52817faae359ce95c93c2b6eb88b16d4b430181.zip
extcon: usb-gpio: Introduce gpio usb extcon driver
This driver observes the USB ID pin connected over a GPIO and updates the USB cable extcon states accordingly. The existing GPIO extcon driver is not suitable for this purpose as it needs to be taught to understand USB cable states and it can't handle more than one cable per instance. For the USB case we need to handle 2 cable states. 1) USB (attach/detach) 2) USB-HOST (attach/detach) This driver can be easily updated in the future to handle VBUS events in case it happens to be available on GPIO for any platform. Signed-off-by: Roger Quadros <rogerq@ti.com> Reviewed-by: Felipe Balbi <balbi@ti.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/Makefile')
-rw-r--r--drivers/extcon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/extcon/Makefile b/drivers/extcon/Makefile
index 0370b42e5a27..6a08a98dc069 100644
--- a/drivers/extcon/Makefile
+++ b/drivers/extcon/Makefile
@@ -12,3 +12,4 @@ obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o
obj-$(CONFIG_EXTCON_RT8973A) += extcon-rt8973a.o
obj-$(CONFIG_EXTCON_SM5502) += extcon-sm5502.o
+obj-$(CONFIG_EXTCON_USB_GPIO) += extcon-usb-gpio.o