summaryrefslogtreecommitdiff
path: root/linux/drivers/lguest/Kconfig
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/drivers/lguest/Kconfig
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/drivers/lguest/Kconfig')
-rw-r--r--linux/drivers/lguest/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/drivers/lguest/Kconfig b/linux/drivers/lguest/Kconfig
new file mode 100644
index 00000000..169172d2
--- /dev/null
+++ b/linux/drivers/lguest/Kconfig
@@ -0,0 +1,13 @@
+config LGUEST
+ tristate "Linux hypervisor example code"
+ depends on X86_32 && EVENTFD && TTY && PCI_DIRECT
+ 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 tools/lguest directory.
+
+ Note that "lguest" is pronounced to rhyme with "fell quest",
+ not "rustyvisor". See tools/lguest/lguest.txt.
+
+ If unsure, say N. If curious, say M. If masochistic, say Y.