blob: 08f41caada45fae631599fde62f9b0d43902b7cd [file] [log] [blame]
Rusty Russell34b88672007-10-22 11:01:54 +10001config LGUEST_GUEST
2 bool "Lguest guest support"
Rusty Russellb0bd96f2015-02-19 12:30:49 +10303 depends on X86_32 && PARAVIRT && PCI
Randy Dunlapcb8081c2013-02-14 10:55:06 -08004 select TTY
Randy Dunlap2b8216e2011-01-01 11:08:46 -08005 select VIRTUALIZATION
Rusty Russell19f15372007-10-22 11:24:21 +10006 select VIRTIO
Rusty Russell19f15372007-10-22 11:24:21 +10007 select VIRTIO_CONSOLE
Rusty Russell34b88672007-10-22 11:01:54 +10008 help
9 Lguest is a tiny in-kernel hypervisor. Selecting this will
10 allow your kernel to boot under lguest. This option will increase
Rusty Russellf4768932015-02-19 14:43:21 +103011 your kernel size by about 10k. If in doubt, say N.
Rusty Russell19f15372007-10-22 11:24:21 +100012
13 If you say Y here, make sure you say Y (or M) to the virtio block
14 and net drivers which lguest needs.