diff options
author | Adam Borowski <kilobyte@angband.pl> | 2018-10-09 02:28:03 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-10-10 02:29:51 -0400 |
commit | 72a9c673636b779e370983fea08e40f97039b981 (patch) | |
tree | 3aa80d8d118ce6c36afaa65fd5e42b09b05cbf3a | |
parent | 5bdcd510c2ac9efaf55c4cbd8d46421d8e2320cd (diff) |
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>
-rw-r--r-- | arch/x86/configs/i386_defconfig | 1 | ||||
-rw-r--r-- | arch/x86/configs/x86_64_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig index 0eb9f92f3717..6c3ab05c231d 100644 --- a/arch/x86/configs/i386_defconfig +++ b/arch/x86/configs/i386_defconfig | |||
@@ -247,6 +247,7 @@ CONFIG_USB_HIDDEV=y | |||
247 | CONFIG_USB=y | 247 | 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_XHCI_HCD=y | ||
250 | CONFIG_USB_EHCI_HCD=y | 251 | CONFIG_USB_EHCI_HCD=y |
251 | CONFIG_USB_EHCI_TT_NEWSCHED=y | 252 | CONFIG_USB_EHCI_TT_NEWSCHED=y |
252 | CONFIG_USB_OHCI_HCD=y | 253 | CONFIG_USB_OHCI_HCD=y |
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index e32fc1f274d8..ac9ae487cfeb 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig | |||
@@ -243,6 +243,7 @@ CONFIG_USB_HIDDEV=y | |||
243 | CONFIG_USB=y | 243 | CONFIG_USB=y |
244 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | 244 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y |
245 | CONFIG_USB_MON=y | 245 | CONFIG_USB_MON=y |
246 | CONFIG_USB_XHCI_HCD=y | ||
246 | CONFIG_USB_EHCI_HCD=y | 247 | CONFIG_USB_EHCI_HCD=y |
247 | CONFIG_USB_EHCI_TT_NEWSCHED=y | 248 | CONFIG_USB_EHCI_TT_NEWSCHED=y |
248 | CONFIG_USB_OHCI_HCD=y | 249 | CONFIG_USB_OHCI_HCD=y |