diff options
author | Paul Brook <paul@codesourcery.com> | 2010-11-27 11:23:34 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-11-27 11:23:34 +0000 |
commit | a4c75a21f3749b8dc5a8cc252bc57adb3f43453c (patch) | |
tree | f4fc3ce0c03d31bb80de946c83286a49286903bf /default-configs/sparc-softmmu.mak | |
parent | 129cac5b5af110cfa94eae1a570c33ce795f0104 (diff) | |
download | qemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.zip qemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.tar.gz qemu-a4c75a21f3749b8dc5a8cc252bc57adb3f43453c.tar.bz2 |
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/sparc-softmmu.mak')
-rw-r--r-- | default-configs/sparc-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-softmmu.mak index 436d2a6..b0310c5 100644 --- a/default-configs/sparc-softmmu.mak +++ b/default-configs/sparc-softmmu.mak @@ -7,3 +7,4 @@ CONFIG_M48T59=y CONFIG_PTIMER=y CONFIG_FDC=y CONFIG_EMPTY_SLOT=y +CONFIG_PCNET_COMMON=y |