aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorAlex Maclean <monkeh@monkeh.net>2018-08-23 14:30:36 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-08-25 13:18:35 +0200
commit894a95fa2df9467afe559c899af741a0c9040953 (patch)
treeda131f926a4b64f2f119dc978ae415f09547067c /target/linux/x86
parent3ccc2ebe01c179cb48b04e812ff15d16fdaf711b (diff)
downloadupstream-894a95fa2df9467afe559c899af741a0c9040953.tar.gz
upstream-894a95fa2df9467afe559c899af741a0c9040953.tar.bz2
upstream-894a95fa2df9467afe559c899af741a0c9040953.zip
x86: add UHCI and XHCI USB host drivers to 4.14
Without UHCI a non-trivial number of machines will have no keyboard without BIOS assistance. Add XHCI as well in case there are chipsets which don't support legacy interfaces, and support PCI OHCI controllers also. Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/config-4.146
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/x86/config-4.14 b/target/linux/x86/config-4.14
index bde549b1e3..038d874e52 100644
--- a/target/linux/x86/config-4.14
+++ b/target/linux/x86/config-4.14
@@ -438,10 +438,14 @@ CONFIG_USB_EHCI_PCI=y
CONFIG_USB_HID=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_OHCI_HCD_PCI=y
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_PCI=y
CONFIG_USB_SUPPORT=y
-# CONFIG_USB_UHCI_HCD is not set
+CONFIG_USB_UHCI_HCD=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PCI=y
+# CONFIG_USB_XHCI_PLATFORM is not set
# CONFIG_USERIO is not set
# CONFIG_USER_NS is not set
CONFIG_USER_STACKTRACE_SUPPORT=y