]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/lguest/Kconfig
Lguest support for Virtio
[linux-2.6-omap-h63xx.git] / arch / x86 / lguest / Kconfig
index 44dccfd845f848436125ebfe072d93e777576204..c4dffbeea5e126e92ac891440e48a7eef3932adb 100644 (file)
@@ -2,8 +2,13 @@ config LGUEST_GUEST
        bool "Lguest guest support"
        select PARAVIRT
        depends on !X86_PAE
+       select VIRTIO
        select VIRTIO_RING
+       select 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 6k.  If in doubt, say N.
+
+         If you say Y here, make sure you say Y (or M) to the virtio block
+         and net drivers which lguest needs.