Skip to content

Commit

Permalink
USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurable
Browse files Browse the repository at this point in the history
This patch (as1468) changes the Kconfig definition for
USB_GADGET_DUALSPEED.  This option is determined entirely by which
device controller drivers are to be built, through Select statements;
it does not need to be (and should not be) configurable by the user.

Also, the "default n" line is superfluous -- everything defaults to N.

Signed-off-by: Alan Stern <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
AlanStern authored and gregkh committed Jun 7, 2011
1 parent c5c69f3 commit 97b2f90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/usb/gadget/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -632,13 +632,10 @@ config USB_DUMMY_HCD

endchoice

# Selected by UDC drivers that support high-speed operation.
config USB_GADGET_DUALSPEED
bool
depends on USB_GADGET
default n
help
Means that gadget drivers should include extra descriptors
and code to handle dual-speed controllers.

#
# USB Gadget Drivers
Expand Down

0 comments on commit 97b2f90

Please sign in to comment.