Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / lguest / Kconfig
CommitLineData
709e8926
RR
1config LGUEST
2 tristate "Linux hypervisor example code"
21eaab6d 3 depends on X86_32 && EVENTFD && TTY
709e8926
RR
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
289d1054 8 "lguest" command found in the tools/lguest directory.
61516587 9
709e8926 10 Note that "lguest" is pronounced to rhyme with "fell quest",
289d1054 11 not "rustyvisor". See tools/lguest/lguest.txt.
709e8926
RR
12
13 If unsure, say N. If curious, say M. If masochistic, say Y.
This page took 0.517796 seconds and 5 git commands to generate.