diff options
author | Valdis Kletnieks <Valdis.Kletnieks@vt.edu> | 2015-01-02 11:19:57 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-02-18 20:21:14 -0500 |
commit | 9261dc1de11e158a5f6b4b92c8bf1ef4a02dbf0d (patch) | |
tree | a266a8624444957188ac1938f2f52db21c935489 /arch/x86/configs/i386_defconfig | |
parent | e85bd9892c4f10fd20fc575e62327efb7c77015d (diff) |
x86/build/defconfig: Enable USB_EHCI_TT_NEWSCHED=y
Some Gentoo users are encountering problems because
USB_EHCI_TT_NEWSCHED isn't set in the defconfig (and Gentoo
differs from other distros in not providing a distro .config).
Alan Stern has said there's no reason to not set it, and the
ability to turn it off at all should probably be yanked:
http://article.gmane.org/gmane.linux.usb.general/119920
This addresses issue:
https://bugs.gentoo.org/show_bug.cgi?id=533472
(The problem also theoretically affects the sh, arm, mips,
powerpc, and sparc archs, but those would be other patches if
this one that fixes 98% of the problem is accepted).
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/configs/i386_defconfig')
-rw-r--r-- | arch/x86/configs/i386_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index 419819d6dab3..aaa1118bf01e 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig | |||
@@ -248,7 +248,7 @@ CONFIG_USB=y | |||
248 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | 248 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y |
249 | CONFIG_USB_MON=y | 249 | CONFIG_USB_MON=y |
250 | CONFIG_USB_EHCI_HCD=y | 250 | CONFIG_USB_EHCI_HCD=y |
251 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 251 | CONFIG_USB_EHCI_TT_NEWSCHED=y |
252 | CONFIG_USB_OHCI_HCD=y | 252 | CONFIG_USB_OHCI_HCD=y |
253 | CONFIG_USB_UHCI_HCD=y | 253 | CONFIG_USB_UHCI_HCD=y |
254 | CONFIG_USB_PRINTER=y | 254 | CONFIG_USB_PRINTER=y |