Kconfig 490 字节
Newer Older
R
Rusty Russell 已提交
1 2
config LGUEST
	tristate "Linux hypervisor example code"
R
Rusty Russell 已提交
3
	depends on X86_32 && EVENTFD && TTY && PCI_DIRECT
R
Rusty Russell 已提交
4 5 6 7
	select HVC_DRIVER
	---help---
	  This is a very simple module which allows you to run
	  multiple instances of the same Linux kernel, using the
W
Wanlong Gao 已提交
8
	  "lguest" command found in the tools/lguest directory.
R
Rob Landley 已提交
9

R
Rusty Russell 已提交
10
	  Note that "lguest" is pronounced to rhyme with "fell quest",
W
Wanlong Gao 已提交
11
	  not "rustyvisor". See tools/lguest/lguest.txt.
R
Rusty Russell 已提交
12 13

	  If unsure, say N.  If curious, say M.  If masochistic, say Y.