]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - drivers/lguest/Kconfig
UBUNTU: Ubuntu-raspi2-4.10.0-1002.4
[mirror_ubuntu-zesty-kernel.git] / drivers / lguest / Kconfig
1 config LGUEST
2 tristate "Linux hypervisor example code"
3 depends on X86_32 && EVENTFD && TTY && PCI_DIRECT
4 select HVC_DRIVER
5 ---help---
6 This is a very simple module which allows you to run
7 multiple instances of the same Linux kernel, using the
8 "lguest" command found in the tools/lguest directory.
9
10 Note that "lguest" is pronounced to rhyme with "fell quest",
11 not "rustyvisor". See tools/lguest/lguest.txt.
12
13 If unsure, say N. If curious, say M. If masochistic, say Y.