diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-27 20:05:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-27 20:05:39 +0000 |
commit | a0df3fa315dd3480cbfd709ae690dd8b2b02be36 (patch) | |
tree | 1c90caaa9f8b29177506d37ae4d5c6b057638eea /target/linux/generic | |
parent | 7a575afa105a3ac8d29166a7c114c592a7505694 (diff) | |
download | upstream-a0df3fa315dd3480cbfd709ae690dd8b2b02be36.tar.gz upstream-a0df3fa315dd3480cbfd709ae690dd8b2b02be36.tar.bz2 upstream-a0df3fa315dd3480cbfd709ae690dd8b2b02be36.zip |
generic: enable CONFIG_USB_EHCI_TT_NEWSCHED
This feature was experimental in old kernels but
that flag has been removed in 2.6.36. Additionally,
the option is enabled by default since then.
See: http://www.spinics.net/lists/linux-usb/msg31993.html
SVN-Revision: 33574
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index fa20b748ac..abf499ff26 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -3013,7 +3013,7 @@ CONFIG_USB_DEVICEFS=y # CONFIG_USB_EHCI_MV is not set # CONFIG_USB_EHCI_HCD_PPC_OF is not set CONFIG_USB_EHCI_ROOT_HUB_TT=y -# CONFIG_USB_EHCI_TT_NEWSCHED is not set +CONFIG_USB_EHCI_TT_NEWSCHED=y # CONFIG_USB_EMI26 is not set # CONFIG_USB_EMI62 is not set # CONFIG_USB_ENESTORAGE is not set |