Blame view

drivers/lguest/Kconfig 490 Bytes
709e89266   Rusty Russell   lguest: the Makef...
1
2
  config LGUEST
  	tristate "Linux hypervisor example code"
e1b7c029a   Rusty Russell   lguest: now needs...
3
  	depends on X86_32 && EVENTFD && TTY && PCI_DIRECT
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
289d1054e   Wanlong Gao   lguest: fix paths...
8
  	  "lguest" command found in the tools/lguest directory.
615165875   Rob Landley   Correct occurrenc...
9

709e89266   Rusty Russell   lguest: the Makef...
10
  	  Note that "lguest" is pronounced to rhyme with "fell quest",
289d1054e   Wanlong Gao   lguest: fix paths...
11
  	  not "rustyvisor". See tools/lguest/lguest.txt.
709e89266   Rusty Russell   lguest: the Makef...
12
13
  
  	  If unsure, say N.  If curious, say M.  If masochistic, say Y.