diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-27 20:05:39 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-27 20:05:39 +0000 |
commit | da91b54f0f435a12ac69a394e664217c2203aa89 (patch) | |
tree | 4d2bd55d4f477a1f412ea09aafbc792807461b1e | |
parent | bf8ba4e0cfc944eb300495bfdc09e94f6a7df652 (diff) |
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33574 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 fa20b748a..abf499ff2 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 |