root/drivers/net/CONFIG

/* [previous][next][first][last][top][bottom][index][help] */
#
# Set any special options here.  Most drivers will autoprobe/autoIRQ
# if you set the address or IRQ to zero, so we do that by default.
# Cards and options supported:
#
#  EI_DEBUG             Set the debugging level for 8390-based boards
#  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_EL1           The 3c501 driver (just joking, never released)
#  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_EL3
#       EL3_DEBUG       Set the debugging message level.
#  CONFIG_AT1500
#       LANCE_DEBUG     Set the debugging message level.
#       DEFAULT_DMA     Change the default DMA to other than 5.
#  CONFIG_PLIP          The Crynwr-protocol PL/IP driver
#  D_LINK               The D-Link DE-600 Portable Ethernet Adaptor.
#         D_LINK_IO     The D-Link I/O address (0x378 == default)
#         D_LINK_IRQ    The D-Link IRQ number to use (IRQ7 == default)
#         D_LINK_DEBUG  Enable or disable D-Link debugging
#

OPTS            = #-DEI8390=0 -DEI8390_IRQ=0
WD_OPTS         = #-DWD_SHMEM=0
EL2_OPTS        = #-UEL2_AUI
NE_OPTS         =
HP_OPTS         =
PLIP_OPTS       =
DL_OPTS         = -DD_LINK_IO=0x378 -DD_LINK_IRQ=7 -UD_LINK_DEBUG
AT_OPTS         = # -DLANCE_DMA=5

/* [previous][next][first][last][top][bottom][index][help] */