From a4c75a21f3749b8dc5a8cc252bc57adb3f43453c Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Sat, 27 Nov 2010 11:23:34 +0000 Subject: 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 --- default-configs/sparc-softmmu.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'default-configs/sparc-softmmu.mak') diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-softmmu.mak index 436d2a6560..b0310c51e2 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 -- cgit v1.2.1