Kconfig (0ce49a3945474fc942ec37c0c0efece60f592f80) | Kconfig (e314dbdc1c0dc6a548ecf0afce28ecfd538ff568) |
---|---|
1 2# 3# Network device configuration 4# 5 6menuconfig NETDEVICES 7 default y if UML 8 depends on NET --- 121 unchanged lines hidden (view full) --- 130 Please read <file:Documentation/networking/tuntap.txt> for more 131 information. 132 133 To compile this driver as a module, choose M here: the module 134 will be called tun. 135 136 If you don't know what to use this for, you don't need it. 137 | 1 2# 3# Network device configuration 4# 5 6menuconfig NETDEVICES 7 default y if UML 8 depends on NET --- 121 unchanged lines hidden (view full) --- 130 Please read <file:Documentation/networking/tuntap.txt> for more 131 information. 132 133 To compile this driver as a module, choose M here: the module 134 will be called tun. 135 136 If you don't know what to use this for, you don't need it. 137 |
138config VETH 139 tristate "Virtual ethernet device" 140 ---help--- 141 The device is an ethernet tunnel. Devices are created in pairs. When 142 one end receives the packet it appears on its pair and vice versa. 143 |
|
138config NET_SB1000 139 tristate "General Instruments Surfboard 1000" 140 depends on PNP 141 ---help--- 142 This is a driver for the General Instrument (also known as 143 NextLevel) SURFboard 1000 internal 144 cable modem. This is an ISA card which is used by a number of cable 145 TV companies to provide cable modem access. It's a one-way --- 2943 unchanged lines hidden --- | 144config NET_SB1000 145 tristate "General Instruments Surfboard 1000" 146 depends on PNP 147 ---help--- 148 This is a driver for the General Instrument (also known as 149 NextLevel) SURFboard 1000 internal 150 cable modem. This is an ISA card which is used by a number of cable 151 TV companies to provide cable modem access. It's a one-way --- 2943 unchanged lines hidden --- |