Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_LGUEST_GUEST
	bool "Lguest guest support"
	depends on CONFIG_X86_32 && CONFIG_PARAVIRT && CONFIG_PCI
	select CONFIG_TTY
	select CONFIG_VIRTUALIZATION
	select CONFIG_VIRTIO
	select CONFIG_VIRTIO_CONSOLE
	help
	  Lguest is a tiny in-kernel hypervisor.  Selecting this will
	  allow your kernel to boot under lguest.  This option will increase
	  your kernel size by about 10k.  If in doubt, say N.

	  If you say Y here, make sure you say Y (or CONFIG_M) to the virtio block
	  and net drivers which lguest needs.