aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lguest/Kconfig')
-rw-r--r--drivers/lguest/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig
index 7eb9ecff8f4a..6b8dbb9ba73b 100644
--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -10,10 +10,3 @@ config LGUEST
10 not "rustyvisor". See Documentation/lguest/lguest.txt. 10 not "rustyvisor". See Documentation/lguest/lguest.txt.
11 11
12 If unsure, say N. If curious, say M. If masochistic, say Y. 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.