Revert "PCI: mvebu: Mark driver as BROKEN"
b3574f579e
("PCI: mvebu: Mark driver as BROKEN") made it impossible to enable the pci-mvebu driver. The driver does have known problems, but as Russell and Uwe reported, it does work in some configurations, so removing it broke some working setups. Revertb3574f579e
so pci-mvebu is available. Reported-by: Russell King (Oracle) <linux@armlinux.org.uk> Link: https://lore.kernel.org/r/ZMzicVQEyHyZzBOc@shell.armlinux.org.uk Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Link: https://lore.kernel.org/r/20230804134622.pmbymxtzxj2yfhri@pengutronix.de Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
c5097b9869
commit
3bfc37d926
|
@ -179,7 +179,6 @@ config PCI_MVEBU
|
||||||
depends on MVEBU_MBUS
|
depends on MVEBU_MBUS
|
||||||
depends on ARM
|
depends on ARM
|
||||||
depends on OF
|
depends on OF
|
||||||
depends on BROKEN
|
|
||||||
select PCI_BRIDGE_EMUL
|
select PCI_BRIDGE_EMUL
|
||||||
help
|
help
|
||||||
Add support for Marvell EBU PCIe controller. This PCIe controller
|
Add support for Marvell EBU PCIe controller. This PCIe controller
|
||||||
|
|
Loading…
Reference in New Issue