diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-06-13 15:48:53 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-08 22:16:40 -0400 |
commit | d1c0a65fb597697d1fbce4eadf42b84f70483edc (patch) | |
tree | eea4d85886dab05adc9181c8635b674eb556eea4 /drivers/net/tulip | |
parent | 8f036c04a8f3487fa4a2368d99dd74be42b7c6fd (diff) |
Use menuconfig objects II - netdev (general+100mbit)
CONFIG_NETDEVICES, CONFIG_NET_ETHERNET:
Change Kconfig objects from "menu, config" into "menuconfig" so
that the user can disable the whole feature without having to
enter the menu first.
CONFIG_SMC9194:
Move it so that it appears correctly in menuconfig.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/tulip')
-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 | |||