a4c75a21f3
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>
11 lines
170 B
Makefile
11 lines
170 B
Makefile
# Default configuration for sparc-softmmu
|
|
|
|
CONFIG_ECC=y
|
|
CONFIG_ESP=y
|
|
CONFIG_ESCC=y
|
|
CONFIG_M48T59=y
|
|
CONFIG_PTIMER=y
|
|
CONFIG_FDC=y
|
|
CONFIG_EMPTY_SLOT=y
|
|
CONFIG_PCNET_COMMON=y
|