home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / drivers / net / CONFIG < prev    next >
Encoding:
Text File  |  1995-02-12  |  2.7 KB  |  70 lines

  1. #
  2. # This file is used for selecting non-standard netcard options, and
  3. # need not be modified for typical use.
  4. #
  5. # Drivers are *not* selected in this file, but rather with files
  6. # automatically generated during the top-level kernel configuration.
  7. #
  8. # Special options supported, indexed by their 'config' name:
  9. #
  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.
  28. #    MAXTIMEOUTFACTOR
  29. #  DE600        The D-Link DE-600 Portable Ethernet Adaptor.
  30. #      DE600_IO    The DE600 I/O-port address (0x378 == default)
  31. #      DE600_IRQ    The DE600 IRQ number to use (IRQ7 == default)
  32. #      DE600_DEBUG    Enable or disable DE600 debugging (default off)
  33. #  DE620        The D-Link DE-600 Portable Ethernet Adaptor.
  34. #      DE620_IO    The DE620 I/O-port address (0x378 == default)
  35. #      DE620_IRQ    The DE620 IRQ number to use (IRQ7 == default)
  36. #      DE620_DEBUG    Enable or disable DE600 debugging (default off)
  37. #  DEPCA        The DIGITAL series of LANCE based Ethernet Cards
  38. #            (DEPCA, DE100, DE200/1/2, DE210, DE422 (EISA))
  39. #  EWRK3        The DIGITAL series of AT Ethernet Cards (DE203/4/5)
  40. #       EWRK3_DEBUG    Set the desired debug level
  41. #
  42. #  DE4x5        The DIGITAL series of PCI/EISA Ethernet Cards,
  43. #            DE425, DE434 and DE435
  44. #       DE4x5_DEBUG    Set the desired debug level
  45. #    IS_ZYNX         May allow driver to work with Zynx cards - 
  46. #            see linux/drivers/net/README.de4x5
  47. #
  48.  
  49. # The following options exist, but cannot be set in this file.
  50. #  lance.c
  51. #    LANCE_DMA    Change the default DMA to other than DMA5.
  52. #  8390.c
  53. #    NO_PINGPONG    Disable ping-pong transmit buffers.
  54.  
  55.  
  56. # Most drivers also have a *_DEBUG setting that may be adjusted.
  57. # The 8390 drivers share the EI_DEBUG setting.
  58.  
  59. # General options for Space.c
  60. OPTS        = # -DETH0_ADDR=0x300 -DETH0_IRQ=11
  61.  
  62. WD_OPTS        = #-DWD_SHMEM=0xDD000
  63. EL2_OPTS    = #-DEL2_AUI
  64. NE_OPTS        =
  65. HP_OPTS        =
  66. PLIP_OPTS    =
  67. DEPCA_OPTS    = -DDEPCA_DEBUG=1
  68. EWRK3_OPTS    = -DEWRK3_DEBUG=1
  69. DE4x5_OPTS    = -DDE4x5_DEBUG=1
  70.