Merge remote-tracking branch 'asoc/fix/wm8350' into tmp
[GitHub/mt8127/android_kernel_alcatel_ttab.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
61516587
RL
8 "lguest" command found in the Documentation/virtual/lguest
9 directory.
10
709e8926 11 Note that "lguest" is pronounced to rhyme with "fell quest",
61516587 12 not "rustyvisor". See Documentation/virtual/lguest/lguest.txt.
709e8926
RR
13
14 If unsure, say N. If curious, say M. If masochistic, say Y.