summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-03-07 22:21:23 +0100
committerStefan Roese <sr@denx.de>2021-04-08 08:50:12 +0200
commitc57f92050429779ae04357f88e1c7e5d02c6d315 (patch)
tree0d602b310ab7bb524fb307df2247d2cf4c457976
parent08511d129ee7d3f40d1d06bec64c4805cc80733c (diff)
downloadu-boot-c57f92050429779ae04357f88e1c7e5d02c6d315.tar.gz
u-boot-c57f92050429779ae04357f88e1c7e5d02c6d315.tar.xz
u-boot-c57f92050429779ae04357f88e1c7e5d02c6d315.zip
arm: mvebu: configs: ds414: Enable XHCI_PCI by default
With the recent fixes in pci_mvebu and xhci-pci drivers, the two rear USB3 ports are finally usable and accessing them no longer hangs the system. Signed-off-by: Phil Sutter <phil@nwl.cc> Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r--configs/ds414_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig
index 3e6dcec3ed..412559256e 100644
--- a/configs/ds414_defconfig
+++ b/configs/ds414_defconfig
@@ -65,5 +65,8 @@ CONFIG_SYS_NS16550=y
CONFIG_KIRKWOOD_SPI=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_USB_XHCI_HCD=y
+# CONFIG_USB_XHCI_MVEBU is not set
+CONFIG_USB_XHCI_PCI=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y