From: Alan Stern Date: Tue, 7 Jun 2011 15:31:05 +0000 (-0400) Subject: USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurable X-Git-Tag: v3.0-rc3~29^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b2f900335befbf6c4323ea6fd560ea5df4d154;p=pandora-kernel.git 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 Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed