Normalize config options for guest support
[deliverable/linux.git] / drivers / lguest / Kconfig
CommitLineData
709e8926
RR
1config LGUEST
2 tristate "Linux hypervisor example code"
d3d1c4bd 3 depends on X86 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER)
709e8926
RR
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/lguest directory.
9 Note that "lguest" is pronounced to rhyme with "fell quest",
10 not "rustyvisor". See Documentation/lguest/lguest.txt.
11
12 If unsure, say N. If curious, say M. If masochistic, say Y.
13
14config LGUEST_GUEST
15 bool
16 help
17 The guest needs code built-in, even if the host has lguest
18 support as a module. The drivers are tiny, so we build them
19 in too.
05ff0970
RR
20
21config LGUEST_NET
22 tristate
cc1ff43b 23 default y
05ff0970
RR
24 depends on LGUEST_GUEST && NET
25
26config LGUEST_BLOCK
27 tristate
cc1ff43b 28 default y
05ff0970 29 depends on LGUEST_GUEST && BLOCK
This page took 0.066924 seconds and 5 git commands to generate.