diff options
Diffstat (limited to 'arch/x86/lguest/Kconfig')
| -rw-r--r-- | arch/x86/lguest/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/x86/lguest/Kconfig b/arch/x86/lguest/Kconfig index c70e12b1a63..4a0890f815c 100644 --- a/arch/x86/lguest/Kconfig +++ b/arch/x86/lguest/Kconfig @@ -1,11 +1,9 @@ config LGUEST_GUEST bool "Lguest guest support" - select PARAVIRT - depends on X86_32 - depends on !X86_PAE - depends on !X86_VOYAGER + depends on X86_32 && PARAVIRT + select TTY + select VIRTUALIZATION select VIRTIO - select VIRTIO_RING select VIRTIO_CONSOLE help Lguest is a tiny in-kernel hypervisor. Selecting this will |
