Kconfig (c9494727cf293ae2ec66af57547a3e79c724fec2) Kconfig (fd558d186df2c13a22455373858bae634a4795af)
1#
2# Network device configuration
3#
4
5menuconfig NETDEVICES
6 default y if UML
7 depends on NET
8 bool "Network device support"

--- 1902 unchanged lines hidden (view full) ---

1911 help
1912 Say Y here if you want to use the built-in ethernet controller of
1913 the Motorola 68360 processor.
1914
1915config FEC
1916 bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
1917 depends on M523x || M527x || M5272 || M528x || M520x || M532x || \
1918 MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5
1#
2# Network device configuration
3#
4
5menuconfig NETDEVICES
6 default y if UML
7 depends on NET
8 bool "Network device support"

--- 1902 unchanged lines hidden (view full) ---

1911 help
1912 Say Y here if you want to use the built-in ethernet controller of
1913 the Motorola 68360 processor.
1914
1915config FEC
1916 bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)"
1917 depends on M523x || M527x || M5272 || M528x || M520x || M532x || \
1918 MACH_MX27 || ARCH_MX35 || ARCH_MX25 || ARCH_MX5
1919 select PHYLIB
1919 help
1920 Say Y here if you want to use the built-in 10/100 Fast ethernet
1921 controller on some Motorola ColdFire and Freescale i.MX processors.
1922
1923config FEC2
1924 bool "Second FEC ethernet controller (on some ColdFire CPUs)"
1925 depends on FEC
1926 help

--- 661 unchanged lines hidden (view full) ---

2588 select INET_LRO
2589 ---help---
2590 This driver supports the IBM pSeries eHEA ethernet adapter.
2591
2592 To compile the driver as a module, choose M here. The module
2593 will be called ehea.
2594
2595config ENIC
1920 help
1921 Say Y here if you want to use the built-in 10/100 Fast ethernet
1922 controller on some Motorola ColdFire and Freescale i.MX processors.
1923
1924config FEC2
1925 bool "Second FEC ethernet controller (on some ColdFire CPUs)"
1926 depends on FEC
1927 help

--- 661 unchanged lines hidden (view full) ---

2589 select INET_LRO
2590 ---help---
2591 This driver supports the IBM pSeries eHEA ethernet adapter.
2592
2593 To compile the driver as a module, choose M here. The module
2594 will be called ehea.
2595
2596config ENIC
2596 tristate "Cisco 10G Ethernet NIC support"
2597 tristate "Cisco VIC Ethernet NIC Support"
2597 depends on PCI && INET
2598 select INET_LRO
2599 help
2598 depends on PCI && INET
2599 select INET_LRO
2600 help
2600 This enables the support for the Cisco 10G Ethernet card.
2601 This enables the support for the Cisco VIC Ethernet card.
2601
2602config IXGBE
2603 tristate "Intel(R) 10GbE PCI Express adapters support"
2604 depends on PCI && INET
2605 select MDIO
2606 ---help---
2607 This driver supports Intel(R) 10GbE PCI Express family of
2608 adapters. For more information on how to identify your adapter, go

--- 223 unchanged lines hidden (view full) ---

2832source "drivers/net/wan/Kconfig"
2833
2834source "drivers/atm/Kconfig"
2835
2836source "drivers/ieee802154/Kconfig"
2837
2838source "drivers/s390/net/Kconfig"
2839
2602
2603config IXGBE
2604 tristate "Intel(R) 10GbE PCI Express adapters support"
2605 depends on PCI && INET
2606 select MDIO
2607 ---help---
2608 This driver supports Intel(R) 10GbE PCI Express family of
2609 adapters. For more information on how to identify your adapter, go

--- 223 unchanged lines hidden (view full) ---

2833source "drivers/net/wan/Kconfig"
2834
2835source "drivers/atm/Kconfig"
2836
2837source "drivers/ieee802154/Kconfig"
2838
2839source "drivers/s390/net/Kconfig"
2840
2841source "drivers/net/caif/Kconfig"
2842
2840config XEN_NETDEV_FRONTEND
2841 tristate "Xen network device frontend driver"
2842 depends on XEN
2843 default y
2844 help
2845 The network device frontend driver allows the kernel to
2846 access network devices exported exported by a virtual
2847 machine containing a physical network device driver. The

--- 302 unchanged lines hidden (view full) ---

3150 help
3151 Support PPP (Point to Point Protocol) encapsulated in ATM frames.
3152 This implementation does not yet comply with section 8 of RFC2364,
3153 which can lead to bad results if the ATM peer loses state and
3154 changes its encapsulation unilaterally.
3155
3156config PPPOL2TP
3157 tristate "PPP over L2TP (EXPERIMENTAL)"
2843config XEN_NETDEV_FRONTEND
2844 tristate "Xen network device frontend driver"
2845 depends on XEN
2846 default y
2847 help
2848 The network device frontend driver allows the kernel to
2849 access network devices exported exported by a virtual
2850 machine containing a physical network device driver. The

--- 302 unchanged lines hidden (view full) ---

3153 help
3154 Support PPP (Point to Point Protocol) encapsulated in ATM frames.
3155 This implementation does not yet comply with section 8 of RFC2364,
3156 which can lead to bad results if the ATM peer loses state and
3157 changes its encapsulation unilaterally.
3158
3159config PPPOL2TP
3160 tristate "PPP over L2TP (EXPERIMENTAL)"
3158 depends on EXPERIMENTAL && PPP && INET
3161 depends on EXPERIMENTAL && L2TP && PPP
3159 help
3160 Support for PPP-over-L2TP socket family. L2TP is a protocol
3161 used by ISPs and enterprises to tunnel PPP traffic over UDP
3162 tunnels. L2TP is replacing PPTP for VPN uses.
3163
3162 help
3163 Support for PPP-over-L2TP socket family. L2TP is a protocol
3164 used by ISPs and enterprises to tunnel PPP traffic over UDP
3165 tunnels. L2TP is replacing PPTP for VPN uses.
3166
3164 This kernel component handles only L2TP data packets: a
3165 userland daemon handles L2TP the control protocol (tunnel
3166 and session setup). One such daemon is OpenL2TP
3167 (http://openl2tp.sourceforge.net/).
3168
3169config SLIP
3170 tristate "SLIP (serial line) support"
3171 ---help---
3172 Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to
3173 connect to your Internet service provider or to connect to some
3174 other local Unix box or if you want to configure your Linux box as a
3175 Slip/CSlip server for other people to dial in. SLIP (Serial Line
3176 Internet Protocol) is a protocol used to send Internet traffic over

--- 70 unchanged lines hidden (view full) ---

3247 intended to replace SCSI.
3248
3249 If you intend to use Fibre Channel, you need to have a Fibre channel
3250 adaptor card in your computer; say Y here and to the driver for your
3251 adaptor below. You also should have said Y to "SCSI support" and
3252 "SCSI generic support".
3253
3254config NETCONSOLE
3167config SLIP
3168 tristate "SLIP (serial line) support"
3169 ---help---
3170 Say Y if you intend to use SLIP or CSLIP (compressed SLIP) to
3171 connect to your Internet service provider or to connect to some
3172 other local Unix box or if you want to configure your Linux box as a
3173 Slip/CSlip server for other people to dial in. SLIP (Serial Line
3174 Internet Protocol) is a protocol used to send Internet traffic over

--- 70 unchanged lines hidden (view full) ---

3245 intended to replace SCSI.
3246
3247 If you intend to use Fibre Channel, you need to have a Fibre channel
3248 adaptor card in your computer; say Y here and to the driver for your
3249 adaptor below. You also should have said Y to "SCSI support" and
3250 "SCSI generic support".
3251
3252config NETCONSOLE
3255 tristate "Network console logging support (EXPERIMENTAL)"
3256 depends on EXPERIMENTAL
3253 tristate "Network console logging support"
3257 ---help---
3258 If you want to log kernel messages over the network, enable this.
3259 See <file:Documentation/networking/netconsole.txt> for details.
3260
3261config NETCONSOLE_DYNAMIC
3254 ---help---
3255 If you want to log kernel messages over the network, enable this.
3256 See <file:Documentation/networking/netconsole.txt> for details.
3257
3258config NETCONSOLE_DYNAMIC
3262 bool "Dynamic reconfiguration of logging targets (EXPERIMENTAL)"
3263 depends on NETCONSOLE && SYSFS && EXPERIMENTAL
3259 bool "Dynamic reconfiguration of logging targets"
3260 depends on NETCONSOLE && SYSFS
3264 select CONFIGFS_FS
3265 help
3266 This option enables the ability to dynamically reconfigure target
3267 parameters (interface, IP addresses, port numbers, MAC addresses)
3268 at runtime through a userspace interface exported using configfs.
3269 See <file:Documentation/networking/netconsole.txt> for details.
3270
3271config NETPOLL

--- 26 unchanged lines hidden ---
3261 select CONFIGFS_FS
3262 help
3263 This option enables the ability to dynamically reconfigure target
3264 parameters (interface, IP addresses, port numbers, MAC addresses)
3265 at runtime through a userspace interface exported using configfs.
3266 See <file:Documentation/networking/netconsole.txt> for details.
3267
3268config NETPOLL

--- 26 unchanged lines hidden ---