diff options
Diffstat (limited to 'hw/pci-bridge/Kconfig')
-rw-r--r-- | hw/pci-bridge/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/pci-bridge/Kconfig b/hw/pci-bridge/Kconfig index 6707736..449ec98 100644 --- a/hw/pci-bridge/Kconfig +++ b/hw/pci-bridge/Kconfig @@ -1,3 +1,8 @@ +config PCI_BRIDGE + bool + default y if PCI_DEVICES + depends on PCI + config PCIE_PORT bool default y if PCI_DEVICES |