diff options
-rw-r--r-- | hw/display/Kconfig | 2 | ||||
-rw-r--r-- | hw/net/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index a1b159b..7b3da68 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -55,7 +55,7 @@ config VGA_MMIO config VMWARE_VGA bool - default y if PCI_DEVICES + default y if PCI_DEVICES && PC_PCI depends on PCI select VGA diff --git a/hw/net/Kconfig b/hw/net/Kconfig index 6d795ec..1cc1c57 100644 --- a/hw/net/Kconfig +++ b/hw/net/Kconfig @@ -51,7 +51,7 @@ config RTL8139_PCI config VMXNET3_PCI bool - default y if PCI_DEVICES + default y if PCI_DEVICES && PC_PCI depends on PCI config SMC91C111 |