Kconfig (d9fb9f384292d848ad9db386bcf97f1e06e60264) | Kconfig (b47da97728c045a8fd75f36e59ba08cddc8f2292) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 975 unchanged lines hidden (view full) --- 984 depends on PCI && EXPERIMENTAL 985 select MII 986 ---help--- 987 This driver supports IP1000 gigabit Ethernet cards. 988 989 To compile this driver as a module, choose M here: the module 990 will be called ipg. This is recommended. 991 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 975 unchanged lines hidden (view full) --- 984 depends on PCI && EXPERIMENTAL 985 select MII 986 ---help--- 987 This driver supports IP1000 gigabit Ethernet cards. 988 989 To compile this driver as a module, choose M here: the module 990 will be called ipg. This is recommended. 991 |
992source "drivers/net/ixp2000/Kconfig" 993 | |
994config HAMACHI 995 tristate "Packet Engines Hamachi GNIC-II support" 996 depends on PCI 997 select MII 998 help 999 If you have a Gigabit Ethernet card of this type, say Y and read 1000 the Ethernet-HOWTO, available from 1001 <http://www.tldp.org/docs.html#howto>. --- 839 unchanged lines hidden --- | 992config HAMACHI 993 tristate "Packet Engines Hamachi GNIC-II support" 994 depends on PCI 995 select MII 996 help 997 If you have a Gigabit Ethernet card of this type, say Y and read 998 the Ethernet-HOWTO, available from 999 <http://www.tldp.org/docs.html#howto>. --- 839 unchanged lines hidden --- |