diff mbox series

[v2,4/6] Kconfig: Enable PXB for ARM_VIRT by default

Message ID 20201221130216.6086-5-cenjiahui@huawei.com
State New
Headers show
Series acpi: Some fixes for pxb support for ARM virt machine | expand

Commit Message

Jiahui Cen Dec. 21, 2020, 1:02 p.m. UTC
PXB is now supported on ARM, so let's enable it by default.

Signed-off-by: Jiahui Cen <cenjiahui@huawei.com>
---
 hw/pci-bridge/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/hw/pci-bridge/Kconfig b/hw/pci-bridge/Kconfig
index a51ec716f5..f8df4315ba 100644
--- a/hw/pci-bridge/Kconfig
+++ b/hw/pci-bridge/Kconfig
@@ -5,7 +5,7 @@  config PCIE_PORT
 
 config PXB
     bool
-    default y if Q35
+    default y if Q35 || ARM_VIRT
 
 config XIO3130
     bool