M7350/kernel/drivers/lguest/Kconfig

14 lines
476 B
Plaintext
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
config LGUEST
tristate "Linux hypervisor example code"
2024-09-09 08:57:42 +00:00
depends on X86_32 && EVENTFD && TTY
2024-09-09 08:52:07 +00:00
select HVC_DRIVER
---help---
This is a very simple module which allows you to run
multiple instances of the same Linux kernel, using the
2024-09-09 08:57:42 +00:00
"lguest" command found in the tools/lguest directory.
2024-09-09 08:52:07 +00:00
Note that "lguest" is pronounced to rhyme with "fell quest",
2024-09-09 08:57:42 +00:00
not "rustyvisor". See tools/lguest/lguest.txt.
2024-09-09 08:52:07 +00:00
If unsure, say N. If curious, say M. If masochistic, say Y.