Skip to content

Commit 72a9c67

Browse files
kilobyteIngo Molnar
authored andcommitted
x86/defconfig: Enable CONFIG_USB_XHCI_HCD=y
A spanking new machine I just got has all but one USB ports wired as 3.0. Booting defconfig resulted in no keyboard or mouse, which was pretty uncool. Let's enable that -- USB3 is ubiquitous rather than an oddity. As 'y' not 'm' -- recovering from initrd problems needs a keyboard. Also add it to the 32-bit defconfig. Signed-off-by: Adam Borowski <kilobyte@angband.pl> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-usb@vger.kernel.org Link: http://lkml.kernel.org/r/20181009062803.4332-1-kilobyte@angband.pl Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 5bdcd51 commit 72a9c67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/x86/configs/i386_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ CONFIG_USB_HIDDEV=y
247247
CONFIG_USB=y
248248
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
249249
CONFIG_USB_MON=y
250+
CONFIG_USB_XHCI_HCD=y
250251
CONFIG_USB_EHCI_HCD=y
251252
CONFIG_USB_EHCI_TT_NEWSCHED=y
252253
CONFIG_USB_OHCI_HCD=y

arch/x86/configs/x86_64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ CONFIG_USB_HIDDEV=y
243243
CONFIG_USB=y
244244
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
245245
CONFIG_USB_MON=y
246+
CONFIG_USB_XHCI_HCD=y
246247
CONFIG_USB_EHCI_HCD=y
247248
CONFIG_USB_EHCI_TT_NEWSCHED=y
248249
CONFIG_USB_OHCI_HCD=y

0 commit comments

Comments
 (0)