blob: 8dab8f7844d3e2ac62371e413ce71a07eb280d51 [file] [log] [blame]
Rusty Russell34b88672007-10-22 11:01:54 +10001config LGUEST_GUEST
2 bool "Lguest guest support"
3 select PARAVIRT
Eduardo Pereira Habkost42d545c2008-01-30 13:33:32 +01004 depends on X86_32
Rusty Russell34b88672007-10-22 11:01:54 +10005 depends on !X86_PAE
Rusty Russell19f15372007-10-22 11:24:21 +10006 select VIRTIO
Rusty Russell0a8a69d2007-10-22 11:03:40 +10007 select VIRTIO_RING
Rusty Russell19f15372007-10-22 11:24:21 +10008 select VIRTIO_CONSOLE
Rusty Russell34b88672007-10-22 11:01:54 +10009 help
10 Lguest is a tiny in-kernel hypervisor. Selecting this will
11 allow your kernel to boot under lguest. This option will increase
12 your kernel size by about 6k. If in doubt, say N.
Rusty Russell19f15372007-10-22 11:24:21 +100013
14 If you say Y here, make sure you say Y (or M) to the virtio block
15 and net drivers which lguest needs.