summaryrefslogtreecommitdiffstats
path: root/drivers/net/CONFIG
blob: 6f5b72751b3a02a1884560a981cbe4b7328c04b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# This file is used for selecting non-standard netcard options, and
# need not be modified for typical use.
#
# Drivers are *not* selected in this file, but rather with files
# automatically generated during the top-level kernel configuration.
#
# Special options supported, indexed by their 'config' name:
#
#  CONFIG_WD80x3	The Western Digital (SMC) WD80x3 driver
#	WD_SHMEM=xxx	Forces the address of the shared memory
#	WD_no_mapout	Don't map out the shared memory (faster, but
#			your machine may not warm-boot).
#  CONFIG_NE2000	The NE-[12]000 clone driver.
#	PACKETBUF_MEMSIZE  Allows an extra-large packet buffer to be
#			used.  Usually pointless under Linux.
#	show_all_SAPROM  Show the entire address PROM, not just the
#			ethernet address, during boot.
#	rw_bugfix	Patch an obscure bug with a version of the 8390.
#  CONFIG_HPLAN		The HP-LAN driver (for 8390-based boards only).
#	rw_bugfix	Fix the same obscure bug.
#  CONFIG_EL2		The 3c503 EtherLink II driver
#	EL2_AUI		Default to the AUI port instead of the BNC port
#	no_probe_nonshared_memory  Don't probe for programmed-I/O boards.
#	EL2MEMTEST	Test shared memory at boot-time.
#  CONFIG_PLIP		The Crynwr-protocol PL/IP driver
#	INITIALTIMEOUTFACTOR	Timing parameters.
#	MAXTIMEOUTFACTOR
#  DE600		The D-Link DE-600 Portable Ethernet Adaptor.
#	  DE600_IO	The DE600 I/O-port address (0x378 == default)
#	  DE600_IRQ	The DE600 IRQ number to use (IRQ7 == default)
#	  DE600_DEBUG	Enable or disable DE600 debugging (default off)
#  DE620		The D-Link DE-600 Portable Ethernet Adaptor.
#	  DE620_IO	The DE620 I/O-port address (0x378 == default)
#	  DE620_IRQ	The DE620 IRQ number to use (IRQ7 == default)
#	  DE620_DEBUG	Enable or disable DE600 debugging (default off)
#  DEPCA		The DIGITAL series of LANCE based Ethernet Cards
#			(DEPCA, DE100, DE200/1/2, DE210, DE422 (EISA))
#  EWRK3		The DIGITAL series of AT Ethernet Cards (DE203/4/5)
#       EWRK3_DEBUG	Set the desired debug level
#
#  DE4x5		The DIGITAL series of PCI/EISA Ethernet Cards,
#			DE425, DE434, DE435, DE500
#     DE4X5_DEBUG	Set the desired debug level
#     IS_NOT_DEC        May allow driver to work with Zynx & SMC cards - 
#			see linux/drivers/net/README.de4x5
#     DE4X5_AUTOSENSE   (Default) auto media/mode selection
#                       If you want at least one board to not autosense then
#                       no board can autosense. For a board mix of several
#	                types, OR the manual values [eg for a DE500 (100M) with
#	                a DE450 (AUI) use '-DDE4X5_AUTOSENSE=(0x80|0x08)']
#                       For full auto media/mode selection           = 0x4000
#                       For manual TP media selection                = 0x01
#                       For manual TP/Nway media selection (DC21041) = 0x02
#                       For manual BNC media selection               = 0x04
#                       For manual AUI media selection               = 0x08
#                       For manual BNC/AUI media selection (DC21040) = 0x10
#                       For manual 10Mb/s mode selection   (DC21140) = 0x40
#                       For manual 100Mb/s mode selection  (DC21140) = 0x80
#                       The DC21040 will default to TP if TP_NW is specified
#                       The DC21041 will default to BNC if BNC_AUI is specified
#                       The DC21140 needs it's speed to be manually set to
#                       10Mb/s or 100Mb/s (AUTO defaults to 10Mb/s)
#

# The following options exist, but cannot be set in this file.
#  lance.c
#	LANCE_DMA	Change the default DMA to other than DMA5.
#  8390.c
#	NO_PINGPONG	Disable ping-pong transmit buffers.


# Most drivers also have a *_DEBUG setting that may be adjusted.
# The 8390 drivers share the EI_DEBUG setting.

# General options for Space.c
OPTS		= # -DETH0_ADDR=0x300 -DETH0_IRQ=11

WD_OPTS		= #-DWD_SHMEM=0xDD000
EL2_OPTS	= #-DEL2_AUI
NE_OPTS		=
HP_OPTS		=
PLIP_OPTS	=
DEPCA_OPTS	= -DDEPCA_DEBUG=1
EWRK3_OPTS	= -DEWRK3_DEBUG=1
DE4X5_OPTS	= -DDE4X5_DEBUG=1 -DDE4X5_AUTOSENSE=0x4000
ELP_OPTS	= -DELP_DEBUG=1 -DELP_NEED_HARD_RESET=0