diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-09 18:26:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-09 18:26:43 -0400 |
commit | 71ba22fa739029bb158144813b9e82c00326497c (patch) | |
tree | cca33deab3b79b38e15e6b3f7d7f9dfbf7ab32a2 /drivers/net/tulip/Kconfig | |
parent | 27a278aa4309df244a2619f47031acce00ca1b7c (diff) | |
parent | f2ec8030085a27c4ba8e95a10a96f248efb34177 (diff) |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6: (75 commits)
Ethernet driver for EISA only SNI RM200/RM400 machines
Extract chip specific code out of lasi_82596.c
ehea: Whitespace cleanup
pasemi_mac: Fix TX interrupt threshold
spidernet: Replace literal with const
r8169: perform RX config change after mac filtering
r8169: mac address change support
r8169: display some extra debug information during startup
r8169: add endianess annotations to [RT]xDesc
r8169: align the IP header when there is no DMA constraint
r8169: add bit description for the TxPoll register
r8169: cleanup
r8169: remove the media option
r8169: small 8101 comment
r8169: confusion between hardware and IP header alignment
r8169: merge with version 8.001.00 of Realtek's r8168 driver
r8169: merge with version 6.001.00 of Realtek's r8169 driver
r8169: prettify mac_version
r8169: populate the hw_start handler for the 8110
r8169: populate the hw_start handler for the 8168
...
Diffstat (limited to 'drivers/net/tulip/Kconfig')
-rw-r--r-- | drivers/net/tulip/Kconfig | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/drivers/net/tulip/Kconfig b/drivers/net/tulip/Kconfig index 8c9634a98c11..1c537d5a3062 100644 --- a/drivers/net/tulip/Kconfig +++ b/drivers/net/tulip/Kconfig | |||
@@ -2,17 +2,17 @@ | |||
2 | # Tulip family network device configuration | 2 | # Tulip family network device configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Tulip family network device support" | 5 | menuconfig NET_TULIP |
6 | depends on NET_ETHERNET && (PCI || EISA || CARDBUS) | ||
7 | |||
8 | config NET_TULIP | ||
9 | bool "\"Tulip\" family network device support" | 6 | bool "\"Tulip\" family network device support" |
7 | depends on PCI || EISA || CARDBUS | ||
10 | help | 8 | help |
11 | This selects the "Tulip" family of EISA/PCI network cards. | 9 | This selects the "Tulip" family of EISA/PCI network cards. |
12 | 10 | ||
11 | if NET_TULIP | ||
12 | |||
13 | config DE2104X | 13 | config DE2104X |
14 | tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)" | 14 | tristate "Early DECchip Tulip (dc2104x) PCI support (EXPERIMENTAL)" |
15 | depends on NET_TULIP && PCI && EXPERIMENTAL | 15 | depends on PCI && EXPERIMENTAL |
16 | select CRC32 | 16 | select CRC32 |
17 | ---help--- | 17 | ---help--- |
18 | This driver is developed for the SMC EtherPower series Ethernet | 18 | This driver is developed for the SMC EtherPower series Ethernet |
@@ -30,7 +30,7 @@ config DE2104X | |||
30 | 30 | ||
31 | config TULIP | 31 | config TULIP |
32 | tristate "DECchip Tulip (dc2114x) PCI support" | 32 | tristate "DECchip Tulip (dc2114x) PCI support" |
33 | depends on NET_TULIP && PCI | 33 | depends on PCI |
34 | select CRC32 | 34 | select CRC32 |
35 | ---help--- | 35 | ---help--- |
36 | This driver is developed for the SMC EtherPower series Ethernet | 36 | This driver is developed for the SMC EtherPower series Ethernet |
@@ -95,7 +95,7 @@ config TULIP_NAPI_HW_MITIGATION | |||
95 | 95 | ||
96 | config DE4X5 | 96 | config DE4X5 |
97 | tristate "Generic DECchip & DIGITAL EtherWORKS PCI/EISA" | 97 | tristate "Generic DECchip & DIGITAL EtherWORKS PCI/EISA" |
98 | depends on NET_TULIP && (PCI || EISA) | 98 | depends on PCI || EISA |
99 | select CRC32 | 99 | select CRC32 |
100 | ---help--- | 100 | ---help--- |
101 | This is support for the DIGITAL series of PCI/EISA Ethernet cards. | 101 | This is support for the DIGITAL series of PCI/EISA Ethernet cards. |
@@ -112,7 +112,7 @@ config DE4X5 | |||
112 | 112 | ||
113 | config WINBOND_840 | 113 | config WINBOND_840 |
114 | tristate "Winbond W89c840 Ethernet support" | 114 | tristate "Winbond W89c840 Ethernet support" |
115 | depends on NET_TULIP && PCI | 115 | depends on PCI |
116 | select CRC32 | 116 | select CRC32 |
117 | select MII | 117 | select MII |
118 | help | 118 | help |
@@ -123,7 +123,7 @@ config WINBOND_840 | |||
123 | 123 | ||
124 | config DM9102 | 124 | config DM9102 |
125 | tristate "Davicom DM910x/DM980x support" | 125 | tristate "Davicom DM910x/DM980x support" |
126 | depends on NET_TULIP && PCI | 126 | depends on PCI |
127 | select CRC32 | 127 | select CRC32 |
128 | ---help--- | 128 | ---help--- |
129 | This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from | 129 | This driver is for DM9102(A)/DM9132/DM9801 compatible PCI cards from |
@@ -137,7 +137,7 @@ config DM9102 | |||
137 | 137 | ||
138 | config ULI526X | 138 | config ULI526X |
139 | tristate "ULi M526x controller support" | 139 | tristate "ULi M526x controller support" |
140 | depends on NET_TULIP && PCI | 140 | depends on PCI |
141 | select CRC32 | 141 | select CRC32 |
142 | ---help--- | 142 | ---help--- |
143 | This driver is for ULi M5261/M5263 10/100M Ethernet Controller | 143 | This driver is for ULi M5261/M5263 10/100M Ethernet Controller |
@@ -149,7 +149,7 @@ config ULI526X | |||
149 | 149 | ||
150 | config PCMCIA_XIRCOM | 150 | config PCMCIA_XIRCOM |
151 | tristate "Xircom CardBus support (new driver)" | 151 | tristate "Xircom CardBus support (new driver)" |
152 | depends on NET_TULIP && CARDBUS | 152 | depends on CARDBUS |
153 | ---help--- | 153 | ---help--- |
154 | This driver is for the Digital "Tulip" Ethernet CardBus adapters. | 154 | This driver is for the Digital "Tulip" Ethernet CardBus adapters. |
155 | It should work with most DEC 21*4*-based chips/ethercards, as well | 155 | It should work with most DEC 21*4*-based chips/ethercards, as well |
@@ -162,7 +162,7 @@ config PCMCIA_XIRCOM | |||
162 | 162 | ||
163 | config PCMCIA_XIRTULIP | 163 | config PCMCIA_XIRTULIP |
164 | tristate "Xircom Tulip-like CardBus support (old driver)" | 164 | tristate "Xircom Tulip-like CardBus support (old driver)" |
165 | depends on NET_TULIP && CARDBUS && BROKEN_ON_SMP | 165 | depends on CARDBUS && BROKEN_ON_SMP |
166 | select CRC32 | 166 | select CRC32 |
167 | ---help--- | 167 | ---help--- |
168 | This driver is for the Digital "Tulip" Ethernet CardBus adapters. | 168 | This driver is for the Digital "Tulip" Ethernet CardBus adapters. |
@@ -174,5 +174,4 @@ config PCMCIA_XIRTULIP | |||
174 | <file:Documentation/networking/net-modules.txt>. The module will | 174 | <file:Documentation/networking/net-modules.txt>. The module will |
175 | be called xircom_tulip_cb. If unsure, say N. | 175 | be called xircom_tulip_cb. If unsure, say N. |
176 | 176 | ||
177 | endmenu | 177 | endif # NET_TULIP |
178 | |||