binary_sysctl(): fix memory leak
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / lguest / Kconfig
blob34ae49dc557c9abe0816b3ffb5a6a80af39f525f
1 config LGUEST
2         tristate "Linux hypervisor example code"
3         depends on X86_32 && EXPERIMENTAL && EVENTFD
4         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
8           "lguest" command found in the Documentation/virtual/lguest
9           directory.
11           Note that "lguest" is pronounced to rhyme with "fell quest",
12           not "rustyvisor". See Documentation/virtual/lguest/lguest.txt.
14           If unsure, say N.  If curious, say M.  If masochistic, say Y.