diff mbox series

[2/5] configs: ds414: Enable XHCI_PCI by default

Message ID 20210303005526.15056-3-phil@nwl.cc
State Superseded
Delegated to: Stefan Roese
Headers show
Series Synology DS414 integration mini-review | expand

Commit Message

Phil Sutter March 3, 2021, 12:55 a.m. UTC
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>
---
 configs/ds414_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Roese March 4, 2021, 1 p.m. UTC | #1
On 03.03.21 01:55, Phil Sutter wrote:
> 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>

Thanks,
Stefan
Phil Sutter March 4, 2021, 1:11 p.m. UTC | #2
On Thu, Mar 04, 2021 at 02:00:50PM +0100, Stefan Roese wrote:
> On 03.03.21 01:55, Phil Sutter wrote:
> > 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>

Please hold back on this one, I noticed it needs CONFIG_XHCI_HCD as
well. Will send a v2 later.

Sorry for the mess!

Phil
diff mbox series

Patch

diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig
index 3e6dcec3edde3..254e42f84d2e9 100644
--- a/configs/ds414_defconfig
+++ b/configs/ds414_defconfig
@@ -65,5 +65,6 @@  CONFIG_SYS_NS16550=y
 CONFIG_KIRKWOOD_SPI=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
+CONFIG_USB_XHCI_PCI=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_STORAGE=y