summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-02-11 12:37:12 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2019-04-20 22:02:26 +1000
commit24c174bb23ebcbe4c3979855b220513f2b3a730f (patch)
tree81e04a7242bbecc1517daa69d718e3079419d2a9
parentc9d8dda42372dce00ac3a1c653bef7b8d2dbe3ce (diff)
downloadlinux-stable-24c174bb23ebcbe4c3979855b220513f2b3a730f.tar.gz
linux-stable-24c174bb23ebcbe4c3979855b220513f2b3a730f.tar.bz2
linux-stable-24c174bb23ebcbe4c3979855b220513f2b3a730f.zip
powerpc/configs: Enable CONFIG_USB_XHCI_HCD by default
Recent versions of QEMU provide a XHCI device by default these days instead of an old-fashioned OHCI device: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=57040d451315320b7d27 So to get the keyboard working in the graphical console there again, we should now include XHCI support in the kernel by default, too. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Acked-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r--arch/powerpc/configs/pseries_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
index ea79c519863d..62e12f61a3b2 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -217,6 +217,7 @@ CONFIG_USB_MON=m
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_HCD_PPC_OF is not set
CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_XHCI_HCD=y
CONFIG_USB_STORAGE=m
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m