usb gadget: USB_GADGET_VBUS_DRAW Kconfig option
authorDavid Brownell <[email protected]>
Fri, 12 Sep 2008 16:39:06 +0000 (09:39 -0700)
committerGreg Kroah-Hartman <[email protected]>
Fri, 17 Oct 2008 21:40:58 +0000 (14:40 -0700)
commit36e893d25aa2abcae0f11ef263de0e8322641386
treef103a4c8e94dbd7bf5a04399e2a264893a3e1515
parent02582b92f60fa33b68b90263013e98550286db0a
usb gadget: USB_GADGET_VBUS_DRAW Kconfig option

Offer a "how much VBUS power to request" configuration option
for USB gadgets that aren't using board-specific customization
of their gadget or (composite) configuration drivers.

Also remove a couple pointless "depends on USB_GADGET" bits
from the Kconfig text; booleans inside an "if USB_GADGET" will
already have that dependency.

Based on a patch from Justin Clacherty.

Signed-off-by: David Brownell <[email protected]>
Cc: Justin Clacherty <[email protected]>
Tested-by: Robert Jarzmik <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/cdc2.c
drivers/usb/gadget/composite.c
drivers/usb/gadget/ether.c
drivers/usb/gadget/f_loopback.c
drivers/usb/gadget/f_sourcesink.c
drivers/usb/gadget/file_storage.c
drivers/usb/gadget/gmidi.c
drivers/usb/gadget/printer.c
drivers/usb/gadget/serial.c