aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 1fb0a195b610..0c6b45a11d15 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -447,6 +447,7 @@ config MIPS_GT96100ETH
447config MIPS_AU1X00_ENET 447config MIPS_AU1X00_ENET
448 bool "MIPS AU1000 Ethernet support" 448 bool "MIPS AU1000 Ethernet support"
449 depends on NET_ETHERNET && SOC_AU1X00 449 depends on NET_ETHERNET && SOC_AU1X00
450 select PHYLIB
450 select CRC32 451 select CRC32
451 help 452 help
452 If you have an Alchemy Semi AU1X00 based system 453 If you have an Alchemy Semi AU1X00 based system
@@ -865,6 +866,22 @@ config DM9000
865 <file:Documentation/networking/net-modules.txt>. The module will be 866 <file:Documentation/networking/net-modules.txt>. The module will be
866 called dm9000. 867 called dm9000.
867 868
869config SMC911X
870 tristate "SMSC LAN911[5678] support"
871 select CRC32
872 select MII
873 depends on NET_ETHERNET && ARCH_PXA
874 help
875 This is a driver for SMSC's LAN911x series of Ethernet chipsets
876 including the new LAN9115, LAN9116, LAN9117, and LAN9118.
877 Say Y if you want it compiled into the kernel,
878 and read the Ethernet-HOWTO, available from
879 <http://www.linuxdoc.org/docs.html#howto>.
880
881 This driver is also available as a module. The module will be
882 called smc911x. If you want to compile it as a module, say M
883 here and read <file:Documentation/modules.txt>
884
868config NET_VENDOR_RACAL 885config NET_VENDOR_RACAL
869 bool "Racal-Interlan (Micom) NI cards" 886 bool "Racal-Interlan (Micom) NI cards"
870 depends on NET_ETHERNET && ISA 887 depends on NET_ETHERNET && ISA
@@ -2313,6 +2330,23 @@ config S2IO_NAPI
2313 2330
2314 If in doubt, say N. 2331 If in doubt, say N.
2315 2332
2333config MYRI10GE
2334 tristate "Myricom Myri-10G Ethernet support"
2335 depends on PCI
2336 select FW_LOADER
2337 select CRC32
2338 ---help---
2339 This driver supports Myricom Myri-10G Dual Protocol interface in
2340 Ethernet mode. If the eeprom on your board is not recent enough,
2341 you will need a newer firmware image.
2342 You may get this image or more information, at:
2343
2344 <http://www.myri.com/Myri-10G/>
2345
2346 To compile this driver as a module, choose M here and read
2347 <file:Documentation/networking/net-modules.txt>. The module
2348 will be called myri10ge.
2349
2316endmenu 2350endmenu
2317 2351
2318source "drivers/net/tokenring/Kconfig" 2352source "drivers/net/tokenring/Kconfig"