USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurable
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 7 Jun 2011 15:31:05 +0000 (11:31 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 7 Jun 2011 16:05:44 +0000 (09:05 -0700)
commit97b2f900335befbf6c4323ea6fd560ea5df4d154
tree9f5d6fd61c5f900e1e6b1bf90d5cae7fc0f132b3
parentc5c69f3f0dcf9b569c8f3ad67f3af92cfcedac43
USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurable

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 <stern@rowland.harvard.edu>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/Kconfig