diff options
Diffstat (limited to 'drivers/lguest/Kconfig')
-rw-r--r-- | drivers/lguest/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig index 3ec5cc803a09..7eb9ecff8f4a 100644 --- a/drivers/lguest/Kconfig +++ b/drivers/lguest/Kconfig | |||
@@ -17,13 +17,3 @@ config LGUEST_GUEST | |||
17 | The guest needs code built-in, even if the host has lguest | 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 | 18 | support as a module. The drivers are tiny, so we build them |
19 | in too. | 19 | in too. |
20 | |||
21 | config LGUEST_NET | ||
22 | tristate | ||
23 | default y | ||
24 | depends on LGUEST_GUEST && NET | ||
25 | |||
26 | config LGUEST_BLOCK | ||
27 | tristate | ||
28 | default y | ||
29 | depends on LGUEST_GUEST && BLOCK | ||