Kconfig (a4654e9bde4ecedb4921e6c8fe2088114bdff1b3) Kconfig (3363179385629c1804ea846f4e72608c2201a81e)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "UML Character Devices"
4
5config STDERR_CONSOLE
6 bool "stderr console"
7 default y
8 help

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

229 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
230 migrate to UML_NET_VECTOR.
231
232 If unsure, say N.
233
234config UML_NET_VECTOR
235 bool "Vector I/O high performance network devices"
236 depends on UML_NET
1# SPDX-License-Identifier: GPL-2.0
2
3menu "UML Character Devices"
4
5config STDERR_CONSOLE
6 bool "stderr console"
7 default y
8 help

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

229 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
230 migrate to UML_NET_VECTOR.
231
232 If unsure, say N.
233
234config UML_NET_VECTOR
235 bool "Vector I/O high performance network devices"
236 depends on UML_NET
237 select FORBID_STATIC_LINK
237 help
238 This User-Mode Linux network driver uses multi-message send
239 and receive functions. The host running the UML guest must have
240 a linux kernel version above 3.0 and a libc version > 2.13.
241 This driver provides tap, raw, gre and l2tpv3 network transports
242 with up to 4 times higher network throughput than the UML network
243 drivers.
244
245config UML_NET_VDE
246 bool "VDE transport (obsolete)"
247 depends on UML_NET
238 help
239 This User-Mode Linux network driver uses multi-message send
240 and receive functions. The host running the UML guest must have
241 a linux kernel version above 3.0 and a libc version > 2.13.
242 This driver provides tap, raw, gre and l2tpv3 network transports
243 with up to 4 times higher network throughput than the UML network
244 drivers.
245
246config UML_NET_VDE
247 bool "VDE transport (obsolete)"
248 depends on UML_NET
249 select FORBID_STATIC_LINK
248 help
249 This User-Mode Linux network transport allows one or more running
250 UMLs on a single host to communicate with each other and also
251 with the rest of the world using Virtual Distributed Ethernet,
252 an improved fork of uml_switch.
253
254 You must have libvdeplug installed in order to build the vde
255 transport into UML.

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

287 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
288 migrate to UML_NET_VECTOR.
289
290 If unsure, say N.
291
292config UML_NET_PCAP
293 bool "pcap transport (obsolete)"
294 depends on UML_NET
250 help
251 This User-Mode Linux network transport allows one or more running
252 UMLs on a single host to communicate with each other and also
253 with the rest of the world using Virtual Distributed Ethernet,
254 an improved fork of uml_switch.
255
256 You must have libvdeplug installed in order to build the vde
257 transport into UML.

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

289 NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
290 migrate to UML_NET_VECTOR.
291
292 If unsure, say N.
293
294config UML_NET_PCAP
295 bool "pcap transport (obsolete)"
296 depends on UML_NET
297 select FORBID_STATIC_LINK
295 help
296 The pcap transport makes a pcap packet stream on the host look
297 like an ethernet device inside UML. This is useful for making
298 UML act as a network monitor for the host. You must have libcap
299 installed in order to build the pcap transport into UML.
300
301 For more information, see
302 <http://user-mode-linux.sourceforge.net/old/networking.html> That site

--- 43 unchanged lines hidden ---
298 help
299 The pcap transport makes a pcap packet stream on the host look
300 like an ethernet device inside UML. This is useful for making
301 UML act as a network monitor for the host. You must have libcap
302 installed in order to build the pcap transport into UML.
303
304 For more information, see
305 <http://user-mode-linux.sourceforge.net/old/networking.html> That site

--- 43 unchanged lines hidden ---