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>
This commit is contained in:
Paul Brook 2010-11-27 00:34:15 +00:00
parent 01af7daf55
commit 050e27c8c9
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,5 @@
# Default configuration for cris-softmmu
#include pci.mak
CONFIG_NAND=y
CONFIG_PTIMER=y
CONFIG_PFLASH_CFI02=y

11
default-configs/pci.mak Normal file
View File

@ -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

View File

@ -1 +1 @@
include virtio.mak
CONFIG_VIRTIO=y