Blame view

drivers/lguest/Kconfig 520 Bytes
709e89266   Rusty Russell   lguest: the Makef...
1
2
  config LGUEST
  	tristate "Linux hypervisor example code"
df60aeef4   Rusty Russell   lguest: use event...
3
  	depends on X86_32 && EXPERIMENTAL && EVENTFD
709e89266   Rusty Russell   lguest: the Makef...
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
615165875   Rob Landley   Correct occurrenc...
8
9
  	  "lguest" command found in the Documentation/virtual/lguest
  	  directory.
709e89266   Rusty Russell   lguest: the Makef...
10
  	  Note that "lguest" is pronounced to rhyme with "fell quest",
615165875   Rob Landley   Correct occurrenc...
11
  	  not "rustyvisor". See Documentation/virtual/lguest/lguest.txt.
709e89266   Rusty Russell   lguest: the Makef...
12
13
  
  	  If unsure, say N.  If curious, say M.  If masochistic, say Y.