aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/Kconfig
diff options
context:
space:
mode:
authorroot <root@artemis.panaceas.org>2015-12-25 04:40:36 +0000
committerroot <root@artemis.panaceas.org>2015-12-25 04:40:36 +0000
commit849369d6c66d3054688672f97d31fceb8e8230fb (patch)
tree6135abc790ca67dedbe07c39806591e70eda81ce /drivers/lguest/Kconfig
downloadlinux-3.0.35-kobo-849369d6c66d3054688672f97d31fceb8e8230fb.tar.gz
linux-3.0.35-kobo-849369d6c66d3054688672f97d31fceb8e8230fb.tar.bz2
linux-3.0.35-kobo-849369d6c66d3054688672f97d31fceb8e8230fb.zip
initial_commit
Diffstat (limited to 'drivers/lguest/Kconfig')
-rw-r--r--drivers/lguest/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig
new file mode 100644
index 00000000..34ae49dc
--- /dev/null
+++ b/drivers/lguest/Kconfig
@@ -0,0 +1,14 @@
+config LGUEST
+ tristate "Linux hypervisor example code"
+ depends on X86_32 && EXPERIMENTAL && EVENTFD
+ select HVC_DRIVER
+ ---help---
+ This is a very simple module which allows you to run
+ multiple instances of the same Linux kernel, using the
+ "lguest" command found in the Documentation/virtual/lguest
+ directory.
+
+ Note that "lguest" is pronounced to rhyme with "fell quest",
+ not "rustyvisor". See Documentation/virtual/lguest/lguest.txt.
+
+ If unsure, say N. If curious, say M. If masochistic, say Y.