summaryrefslogtreecommitdiffstats
path: root/default-configs/pci.mak
diff options
context:
space:
mode:
authorPaul Brook2010-11-27 12:23:34 +0100
committerPaul Brook2010-11-27 12:23:34 +0100
commita4c75a21f3749b8dc5a8cc252bc57adb3f43453c (patch)
treef4fc3ce0c03d31bb80de946c83286a49286903bf /default-configs/pci.mak
parentRemove PCI from sparc32 target (diff)
downloadqemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.tar.gz
qemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.tar.xz
qemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.zip
Split out common pcnet code
The core pcnet emulation code is used by both the PCI "pcnet" device and the SPARC "lance" device. Split the common code frm the PCI code so that that can be configures independantly. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'default-configs/pci.mak')
-rw-r--r--default-configs/pci.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/pci.mak b/default-configs/pci.mak
index 0ddfb37fd3..c74a99f5c9 100644
--- a/default-configs/pci.mak
+++ b/default-configs/pci.mak
@@ -6,6 +6,7 @@ CONFIG_USB_OHCI=y
CONFIG_NE2000_PCI=y
CONFIG_EEPRO100_PCI=y
CONFIG_PCNET_PCI=y
+CONFIG_PCNET_COMMON=y
CONFIG_LSI_SCSI_PCI=y
CONFIG_RTL8139_PCI=y
CONFIG_E1000_PCI=y