2 # This file is used for selecting non-standard netcard options, and
3 # need not be modified for typical use.
5 # Drivers are *not* selected in this file, but rather with files
6 # automatically generated during the top-level kernel configuration.
8 # Special options supported, indexed by their 'config' name:
10 # CONFIG_WD80x3 The Western Digital (SMC) WD80x3 driver
11 # WD_SHMEM=xxx Forces the address of the shared memory
12 # WD_no_mapout Don't map out the shared memory (faster, but
13 # your machine may not warm-boot).
14 # CONFIG_NE2000 The NE-[12]000 clone driver.
15 # PACKETBUF_MEMSIZE Allows an extra-large packet buffer to be
16 # used. Usually pointless under Linux.
17 # show_all_SAPROM Show the entire address PROM, not just the
18 # ethernet address, during boot.
19 # rw_bugfix Patch an obscure bug with a version of the 8390.
20 # CONFIG_HPLAN The HP-LAN driver (for 8390-based boards only).
21 # rw_bugfix Fix the same obscure bug.
22 # CONFIG_EL2 The 3c503 EtherLink II driver
23 # EL2_AUI Default to the AUI port instead of the BNC port
24 # no_probe_nonshared_memory Don't probe for programmed-I/O boards.
25 # EL2MEMTEST Test shared memory at boot-time.
26 # CONFIG_PLIP The Crynwr-protocol PL/IP driver
27 # INITIALTIMEOUTFACTOR Timing parameters.
29 # D_LINK The D-Link DE-600 Portable Ethernet Adaptor.
30 # D_LINK_IO The D-Link I/O address (0x378 == typical)
31 # D_LINK_IRQ The D-Link IRQ number to use (IRQ7 == typical)
32 # D_LINK_DEBUG Enable or disable D-Link debugging
35 # The following options exist, but cannot be set in this file.
37 # LANCE_DMA Change the default DMA to other than DMA5.
39 # NO_PINGPONG Disable ping-pong transmit buffers.
42 # Most drivers also have a *_DEBUG setting that may be adjusted.
43 # The 8390 drivers share the EI_DEBUG settting.
45 # General options for Space.c
46 OPTS = # -DETH0_ADDR=0x300 -DETH0_IRQ=11
48 WD_OPTS = #-DWD_SHMEM=0xDD000
54 # The following are the only parameters that must be set in this file.
55 DL_OPTS = -DD_LINK_IO=0x378 -DD_LINK_IRQ=7 -UD_LINK_DEBUG