2007-10-22 01:01:54 +00:00
|
|
|
config LGUEST_GUEST
|
|
|
|
bool "Lguest guest support"
|
|
|
|
select PARAVIRT
|
2008-01-30 12:33:32 +00:00
|
|
|
depends on X86_32
|
2007-10-22 01:01:54 +00:00
|
|
|
depends on !X86_PAE
|
2008-07-10 15:02:10 +00:00
|
|
|
depends on !X86_VOYAGER
|
2007-10-22 01:24:21 +00:00
|
|
|
select VIRTIO
|
2007-10-22 01:03:40 +00:00
|
|
|
select VIRTIO_RING
|
2007-10-22 01:24:21 +00:00
|
|
|
select VIRTIO_CONSOLE
|
2007-10-22 01:01:54 +00:00
|
|
|
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 6k. If in doubt, say N.
|
2007-10-22 01:24:21 +00:00
|
|
|
|
|
|
|
If you say Y here, make sure you say Y (or M) to the virtio block
|
|
|
|
and net drivers which lguest needs.
|