diff options
Diffstat (limited to 'drivers/lguest/Kconfig')
-rw-r--r-- | drivers/lguest/Kconfig | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig index 41e2250613a1..7eb9ecff8f4a 100644 --- a/drivers/lguest/Kconfig +++ b/drivers/lguest/Kconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | config LGUEST | 1 | config LGUEST |
2 | tristate "Linux hypervisor example code" | 2 | tristate "Linux hypervisor example code" |
3 | depends on X86 && PARAVIRT && EXPERIMENTAL && !X86_PAE && FUTEX | 3 | depends on X86_32 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER) |
4 | select LGUEST_GUEST | ||
5 | select HVC_DRIVER | 4 | select HVC_DRIVER |
6 | ---help--- | 5 | ---help--- |
7 | This is a very simple module which allows you to run | 6 | This is a very simple module which allows you to run |
@@ -18,13 +17,3 @@ config LGUEST_GUEST | |||
18 | 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 |
19 | 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 |
20 | in too. | 19 | in too. |
21 | |||
22 | config LGUEST_NET | ||
23 | tristate | ||
24 | default y | ||
25 | depends on LGUEST_GUEST && NET | ||
26 | |||
27 | config LGUEST_BLOCK | ||
28 | tristate | ||
29 | default y | ||
30 | depends on LGUEST_GUEST && BLOCK | ||