summaryrefslogtreecommitdiffstats
path: root/default-configs/pci.mak
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2010-11-27 00:34:15 +0000
committerPaul Brook <paul@codesourcery.com>2010-11-27 00:34:15 +0000
commit050e27c8c942151c0685342fe2cbac6a80eb1325 (patch)
treedeee207ba9d0e015d1aa775f8bb919226d290d9f /default-configs/pci.mak
parent01af7daf5596e8860c71e72349e1d539b81d9c80 (diff)
downloadhqemu-050e27c8c942151c0685342fe2cbac6a80eb1325.zip
hqemu-050e27c8c942151c0685342fe2cbac6a80eb1325.tar.gz
Fix previous commit
Fix breakage from previous commit (missing pci.mak, and incorrect include in default-configs/s390x-softmmu.mak). Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'default-configs/pci.mak')
-rw-r--r--default-configs/pci.mak11
1 files changed, 11 insertions, 0 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
new file mode 100644
index 0000000..0ddfb37
--- /dev/null
+++ b/default-configs/pci.mak
@@ -0,0 +1,11 @@
+CONFIG_PCI=y
+CONFIG_VIRTIO_PCI=y
+CONFIG_VIRTIO=y
+CONFIG_USB_UHCI=y
+CONFIG_USB_OHCI=y
+CONFIG_NE2000_PCI=y
+CONFIG_EEPRO100_PCI=y
+CONFIG_PCNET_PCI=y
+CONFIG_LSI_SCSI_PCI=y
+CONFIG_RTL8139_PCI=y
+CONFIG_E1000_PCI=y
OpenPOWER on IntegriCloud