summaryrefslogtreecommitdiffstats
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 7eb9ecff8f4..6b8dbb9ba73 100644
--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -10,10 +10,3 @@ config LGUEST
not "rustyvisor". See Documentation/lguest/lguest.txt.
If unsure, say N. If curious, say M. If masochistic, say Y.
-
-config LGUEST_GUEST
- bool
- help
- The guest needs code built-in, even if the host has lguest
- support as a module. The drivers are tiny, so we build them
- in too.