blob: 34ae49dc557c9abe0816b3ffb5a6a80af39f525f [file] [log] [blame]
Rusty Russell709e8922007-07-19 01:49:27 -07001config LGUEST
2 tristate "Linux hypervisor example code"
Rusty Russelldf60aee2009-06-12 22:27:09 -06003 depends on X86_32 && EXPERIMENTAL && EVENTFD
Rusty Russell709e8922007-07-19 01:49:27 -07004 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
Rob Landley61516582011-05-06 09:27:36 -07008 "lguest" command found in the Documentation/virtual/lguest
9 directory.
10
Rusty Russell709e8922007-07-19 01:49:27 -070011 Note that "lguest" is pronounced to rhyme with "fell quest",
Rob Landley61516582011-05-06 09:27:36 -070012 not "rustyvisor". See Documentation/virtual/lguest/lguest.txt.
Rusty Russell709e8922007-07-19 01:49:27 -070013
14 If unsure, say N. If curious, say M. If masochistic, say Y.