diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-11-24 15:00:01 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 13:00:02 -0500 |
commit | 6084f1bf0c51a99cbba612ee90a4607cffb8b042 (patch) | |
tree | 88e902277a0741105418ae856748a3ececdc6078 /drivers/usb/otg/Makefile | |
parent | b8da8677d4f88db066c1cfe34529d970a060de46 (diff) |
USB: otg: gpio_vbus transceiver stub
gpio_vbus provides simple GPIO VBUS sensing for peripheral
controllers with an internal transceiver.
Optionally, a second GPIO can be used to control D+ pullup.
It also interfaces with the regulator framework to limit charging
currents when powered via USB. gpio_vbus requests the regulator
supplying "vbus_draw" and can enable/disable it or limit its
current depending on USB state.
[dbrownell@users.sourceforge.net: use drivers/otg, cleanups ]
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/otg/Makefile')
-rw-r--r-- | drivers/usb/otg/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/otg/Makefile b/drivers/usb/otg/Makefile index 483816685d00..6c58b36ca7cf 100644 --- a/drivers/usb/otg/Makefile +++ b/drivers/usb/otg/Makefile | |||
@@ -1,3 +1,8 @@ | |||
1 | # | ||
2 | # OTG infrastructure and transceiver drivers | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o | ||
1 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o | 6 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o |
2 | 7 | ||
3 | ifeq ($(CONFIG_USB_DEBUG),y) | 8 | ifeq ($(CONFIG_USB_DEBUG),y) |