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:
parent
01af7daf55
commit
050e27c8c9
@ -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
11
default-configs/pci.mak
Normal 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
|
@ -1 +1 @@
|
||||
include virtio.mak
|
||||
CONFIG_VIRTIO=y
|
||||
|
Loading…
Reference in New Issue
Block a user