From 871480933a1c28f8a9fed4c4d34d06c439a7a422 Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Sun, 11 Jan 2015 12:28:04 +0530 Subject: Moved, renamed, and deleted files The original directory structure was scattered and unorganized. Changes are basically to make it look like kernel structure. --- drivers/lguest/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 drivers/lguest/Kconfig (limited to 'drivers/lguest/Kconfig') 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. -- cgit