OSDN Git Service

Fix previous commit
authorPaul Brook <paul@codesourcery.com>
Sat, 27 Nov 2010 00:34:15 +0000 (00:34 +0000)
committerPaul Brook <paul@codesourcery.com>
Sat, 27 Nov 2010 00:34:15 +0000 (00:34 +0000)
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>
default-configs/cris-softmmu.mak
default-configs/pci.mak [new file with mode: 0644]
default-configs/s390x-softmmu.mak

index 5f1fd1e..1a479cd 100644 (file)
@@ -1,6 +1,5 @@
 # Default configuration for cris-softmmu
 
-#include pci.mak
 CONFIG_NAND=y
 CONFIG_PTIMER=y
 CONFIG_PFLASH_CFI02=y
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
new file mode 100644 (file)
index 0000000..0ddfb37
--- /dev/null
@@ -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