blob: 169172d2ba05c8b4187b9151975dcd1be52043c2 [file] [log] [blame]
Rusty Russell709e8922007-07-19 01:49:27 -07001config LGUEST
2 tristate "Linux hypervisor example code"
Rusty Russelle1b7c022015-04-01 17:03:30 +10303 depends on X86_32 && EVENTFD && TTY && PCI_DIRECT
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
Wanlong Gao289d1052013-03-07 08:53:00 +11008 "lguest" command found in the tools/lguest directory.
Rob Landley61516582011-05-06 09:27:36 -07009
Rusty Russell709e8922007-07-19 01:49:27 -070010 Note that "lguest" is pronounced to rhyme with "fell quest",
Wanlong Gao289d1052013-03-07 08:53:00 +110011 not "rustyvisor". See tools/lguest/lguest.txt.
Rusty Russell709e8922007-07-19 01:49:27 -070012
13 If unsure, say N. If curious, say M. If masochistic, say Y.