summaryrefslogtreecommitdiff
path: root/linux/arch/x86/lguest/Kconfig
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/arch/x86/lguest/Kconfig
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/arch/x86/lguest/Kconfig')
-rw-r--r--linux/arch/x86/lguest/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux/arch/x86/lguest/Kconfig b/linux/arch/x86/lguest/Kconfig
new file mode 100644
index 00000000..08f41caa
--- /dev/null
+++ b/linux/arch/x86/lguest/Kconfig
@@ -0,0 +1,14 @@
+config LGUEST_GUEST
+ bool "Lguest guest support"
+ depends on X86_32 && PARAVIRT && PCI
+ select TTY
+ select VIRTUALIZATION
+ select VIRTIO
+ select VIRTIO_CONSOLE
+ help
+ Lguest is a tiny in-kernel hypervisor. Selecting this will
+ allow your kernel to boot under lguest. This option will increase
+ your kernel size by about 10k. If in doubt, say N.
+
+ If you say Y here, make sure you say Y (or M) to the virtio block
+ and net drivers which lguest needs.