• Home
  • Raw
  • Download

Lines Matching +full:string +full:- +full:support

1 # SPDX-License-Identifier: GPL-2.0
14 The User-Mode Linux environment allows you to create virtual serial
18 See <http://user-mode-linux.sourceforge.net/old/input.html> for more
24 bool "null channel support"
26 This option enables support for attaching UML consoles and serial
31 bool "port channel support"
33 This option enables support for attaching UML consoles and serial
41 bool "pty channel support"
43 This option enables support for attaching UML consoles and serial
44 lines to host pseudo-terminals. Access to both traditional
45 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled
51 bool "tty channel support"
53 This option enables support for attaching UML consoles and serial
55 (/dev/tty*) and the slave side of pseudo-terminals (/dev/ttyp* and
60 bool "xterm channel support"
62 This option enables support for attaching UML consoles and serial
72 string "Default main console channel initialization"
75 This is the string describing the channel to which the main console
82 string "Default console channel initialization"
85 This is the string describing the channel to which all consoles
94 string "Default serial line channel initialization"
97 This is the string describing the channel to which the serial lines
100 traditional pseudo-terminals.
106 tristate "Sound support"
110 This option enables UML sound support. If enabled, it will pull in
124 While the User-Mode port cannot directly talk to any physical
132 <http://user-mode-linux.sourceforge.net/old/networking.html>.
134 If you'd like to be able to enable networking in the User-Mode
143 The Ethertap User-Mode Linux network transport allows a single
147 While the UML believes it's on a (multi-device, broadcast) virtual
148 Ethernet network, it's in fact communicating over a point-to-point
151 To use this, your host kernel must have support for Ethertap
156 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
174 To use this transport, your host kernel must have support for TUN/TAP
175 devices, either built-in or as a module.
186 The slip User-Mode Linux network transport allows a running UML to
187 network with its host over a point-to-point link. Unlike Ethertap,
188 which can carry any Ethernet frame (and hence even non-IP packets),
191 To use this, your host must support slip devices.
194 <http://user-mode-linux.sourceforge.net/old/networking.html>.
207 This User-Mode Linux network transport allows one or more running
215 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
229 This User-Mode Linux network driver uses multi-message send
241 This User-Mode Linux network transport allows one or more running
265 This Multicast User-Mode Linux network transport allows multiple
272 To use this, your host kernel(s) must support IP Multicasting.
275 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
295 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
307 The SLiRP User-Mode Linux network transport allows a running UML
310 known as SLiRP, a program that can re-socket IP packets back onto
320 setup string. The effect of this transport on the UML is similar
337 This driver provides support for virtio based paravirtual device
338 drivers over vhost-user sockets.