Kconfig (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) | Kconfig (5d38f324993f49d1226ec81efe045834b46cd85a) |
---|---|
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 --- 321 unchanged lines hidden (view full) --- 330 331 To use this you should first have slirp compiled somewhere 332 accessible on the host, and have read its documentation. If you 333 don't need UML networking, say N. 334 335 Startup example: "eth0=slirp,FE:FD:01:02:03:04,/usr/local/bin/slirp" 336 337endmenu | 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 --- 321 unchanged lines hidden (view full) --- 330 331 To use this you should first have slirp compiled somewhere 332 accessible on the host, and have read its documentation. If you 333 don't need UML networking, say N. 334 335 Startup example: "eth0=slirp,FE:FD:01:02:03:04,/usr/local/bin/slirp" 336 337endmenu |
338 339config VIRTIO_UML 340 tristate "UML driver for virtio devices" 341 select VIRTIO 342 help 343 This driver provides support for virtio based paravirtual device 344 drivers over vhost-user sockets. |
|