OMAP: DSS2: OMAPFB: Constify some function parameters
[safe/jmp/linux-2.6] / drivers / net / tulip / Kconfig
index 8c9634a..1cc8cf4 100644 (file)
@@ -2,17 +2,17 @@
 # Tulip family network device configuration
 #
 
-menu "Tulip family network device support"
-       depends on NET_ETHERNET && (PCI || EISA || CARDBUS)
-
-config NET_TULIP
+menuconfig NET_TULIP
        bool "\"Tulip\" family network device support"
+       depends on PCI || EISA || CARDBUS
        help
          This selects the "Tulip" family of EISA/PCI network cards.
 
+if NET_TULIP
+
 config DE2104X
        tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)"
-       depends on NET_TULIP && PCI && EXPERIMENTAL
+       depends on PCI && EXPERIMENTAL
        select CRC32
        ---help---
          This driver is developed for the SMC EtherPower series Ethernet
@@ -24,13 +24,24 @@ config DE2104X
          will say Y here.) Do read the Ethernet-HOWTO, available from
          <http://www.tldp.org/docs.html#howto>.
 
-         To compile this driver as a module, choose M here and read
-         <file:Documentation/networking/net-modules.txt>.  The module will
+         To compile this driver as a module, choose M here. The module will
          be called de2104x.
 
+config DE2104X_DSL
+       int "Descriptor Skip Length in 32 bit longwords"
+       depends on DE2104X
+       range 0 31
+       default 0
+       help
+         Setting this value allows to align ring buffer descriptors into their
+         own cache lines. Value of 4 corresponds to the typical 32 byte line
+         (the descriptor is 16 bytes). This is necessary on systems that lack
+         cache coherence, an example is PowerMac 5500. Otherwise 0 is safe.
+         Default is 0, and range is 0 to 31.
+
 config TULIP
        tristate "DECchip Tulip (dc2114x) PCI support"
-       depends on NET_TULIP && PCI
+       depends on PCI
        select CRC32
        ---help---
          This driver is developed for the SMC EtherPower series Ethernet
@@ -42,8 +53,7 @@ config TULIP
          will say Y here.) Do read the Ethernet-HOWTO, available from
          <http://www.tldp.org/docs.html#howto>.
 
-         To compile this driver as a module, choose M here and read
-         <file:Documentation/networking/net-modules.txt>.  The module will
+         To compile this driver as a module, choose M here. The module will
          be called tulip.
 
 config TULIP_MWI
@@ -67,7 +77,7 @@ config TULIP_MMIO
          If in doubt, say N.
 
 config TULIP_NAPI
-       bool "Use NAPI RX polling "
+       bool "Use RX polling (NAPI)"
        depends on TULIP
        help
          NAPI is a new driver API designed to reduce CPU and interrupt load
@@ -78,24 +88,22 @@ config TULIP_NAPI
          deployed on potentially unfriendly networks (e.g. in a firewall),
          then say Y here.
 
-         See <file:Documentation/networking/NAPI_HOWTO.txt> for more
-         information.
-
          If in doubt, say N.
 
 config TULIP_NAPI_HW_MITIGATION
-       bool "Use Interrupt Mitigation "
+       bool "Use Interrupt Mitigation"
        depends on TULIP_NAPI
        ---help---
-         Use HW to reduce RX interrupts. Not strict necessary since NAPI reduces
-         RX interrupts but itself. Although this reduces RX interrupts even at
-         low levels traffic at the cost of a small latency.
+         Use HW to reduce RX interrupts. Not strictly necessary since NAPI
+         reduces RX interrupts by itself. Interrupt mitigation reduces RX
+         interrupts even at low levels of traffic at the cost of a small
+         latency.
 
          If in doubt, say Y.
 
 config DE4X5
        tristate "Generic DECchip & DIGITAL EtherWORKS PCI/EISA"
-       depends on NET_TULIP && (PCI || EISA)
+       depends on PCI || EISA
        select CRC32
        ---help---
          This is support for the DIGITAL series of PCI/EISA Ethernet cards.
@@ -106,13 +114,12 @@ config DE4X5
          information is contained in
          <file:Documentation/networking/de4x5.txt>.
 
-         To compile this driver as a module, choose M here and read
-         <file:Documentation/networking/net-modules.txt>.  The module will
+         To compile this driver as a module, choose M here. The module will
          be called de4x5.
 
 config WINBOND_840
        tristate "Winbond W89c840 Ethernet support"
-       depends on NET_TULIP && PCI
+       depends on PCI
        select CRC32
        select MII
        help
@@ -123,7 +130,7 @@ config WINBOND_840
 
 config DM9102
        tristate "Davicom DM910x/DM980x support"
-       depends on NET_TULIP && PCI
+       depends on PCI
        select CRC32
        ---help---
          This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from
@@ -131,48 +138,30 @@ config DM9102
          (Ethernet) card, say Y.  Some information is contained in the file
          <file:Documentation/networking/dmfe.txt>.
 
-         To compile this driver as a module, choose M here and read
-         <file:Documentation/networking/net-modules.txt>.  The module will
+         To compile this driver as a module, choose M here. The module will
          be called dmfe.
 
 config ULI526X
        tristate "ULi M526x controller support"
-       depends on NET_TULIP && PCI
+       depends on PCI
        select CRC32
        ---help---
          This driver is for ULi M5261/M5263 10/100M Ethernet Controller
          (<http://www.uli.com.tw/>).
 
-         To compile this driver as a module, choose M here and read
-         <file:Documentation/networking/net-modules.txt>.  The module will
+         To compile this driver as a module, choose M here. The module will
          be called uli526x.
          
 config PCMCIA_XIRCOM
-       tristate "Xircom CardBus support (new driver)"
-       depends on NET_TULIP && CARDBUS
+       tristate "Xircom CardBus support"
+       depends on CARDBUS
        ---help---
          This driver is for the Digital "Tulip" Ethernet CardBus adapters.
          It should work with most DEC 21*4*-based chips/ethercards, as well
          as with work-alike chips from Lite-On (PNIC) and Macronix (MXIC) and
          ASIX.
 
-         To compile this driver as a module, choose M here and read
-         <file:Documentation/networking/net-modules.txt>.  The module will
+         To compile this driver as a module, choose M here. The module will
          be called xircom_cb.  If unsure, say N.
 
-config PCMCIA_XIRTULIP
-       tristate "Xircom Tulip-like CardBus support (old driver)"
-       depends on NET_TULIP && CARDBUS && BROKEN_ON_SMP
-       select CRC32
-       ---help---
-         This driver is for the Digital "Tulip" Ethernet CardBus adapters.
-         It should work with most DEC 21*4*-based chips/ethercards, as well
-         as with work-alike chips from Lite-On (PNIC) and Macronix (MXIC) and
-         ASIX.
-
-         To compile this driver as a module, choose M here and read
-         <file:Documentation/networking/net-modules.txt>.  The module will
-         be called xircom_tulip_cb.  If unsure, say N.
-
-endmenu
-
+endif # NET_TULIP