Kconfig (580416e6e4a886512ba692f245a9cb87f75afac7) | Kconfig (d7058a79c56abf58bb33a5c2eee2f7cde6f5ec36) |
---|---|
1# 2# Network device configuration 3# 4 5menuconfig NETDEVICES 6 default y if UML 7 depends on NET 8 bool "Network device support" --- 232 unchanged lines hidden (view full) --- 241 select MII 242 depends on ARCH_NETX 243 help 244 This is support for the Hilscher netX builtin Ethernet ports 245 246 To compile this driver as a module, choose M here. The module 247 will be called netx-eth. 248 | 1# 2# Network device configuration 3# 4 5menuconfig NETDEVICES 6 default y if UML 7 depends on NET 8 bool "Network device support" --- 232 unchanged lines hidden (view full) --- 241 select MII 242 depends on ARCH_NETX 243 help 244 This is support for the Hilscher netX builtin Ethernet ports 245 246 To compile this driver as a module, choose M here. The module 247 will be called netx-eth. 248 |
249config DM9000 250 tristate "DM9000 support" 251 depends on ARM || BLACKFIN || MIPS 252 select CRC32 253 select MII 254 ---help--- 255 Support for DM9000 chipset. 256 257 To compile this driver as a module, choose M here. The module 258 will be called dm9000. 259 260config DM9000_DEBUGLEVEL 261 int "DM9000 maximum debug level" 262 depends on DM9000 263 default 4 264 help 265 The maximum level of debugging code compiled into the DM9000 266 driver. 267 268config DM9000_FORCE_SIMPLE_PHY_POLL 269 bool "Force simple NSR based PHY polling" 270 depends on DM9000 271 ---help--- 272 This configuration forces the DM9000 to use the NSR's LinkStatus 273 bit to determine if the link is up or down instead of the more 274 costly MII PHY reads. Note, this will not work if the chip is 275 operating with an external PHY. 276 | |
277config NET_PCI 278 bool "EISA, VLB, PCI and on board controllers" 279 depends on ISA || EISA || PCI 280 help 281 This is another class of network cards which attach directly to the 282 bus. If you have one of those, say Y and read the Ethernet-HOWTO, 283 available from <http://www.tldp.org/docs.html#howto>. 284 --- 597 unchanged lines hidden --- | 249config NET_PCI 250 bool "EISA, VLB, PCI and on board controllers" 251 depends on ISA || EISA || PCI 252 help 253 This is another class of network cards which attach directly to the 254 bus. If you have one of those, say Y and read the Ethernet-HOWTO, 255 available from <http://www.tldp.org/docs.html#howto>. 256 --- 597 unchanged lines hidden --- |