Normalize config options for guest support
[deliverable/linux.git] / drivers / lguest / Kconfig
index 888205c3f76b83d0f38fa667cb5148ca55b145fa..64e1bb31c5b4a4607c8503d1de1e37090ba95056 100644 (file)
@@ -1,7 +1,6 @@
 config LGUEST
        tristate "Linux hypervisor example code"
-       depends on X86 && PARAVIRT && EXPERIMENTAL && !X86_PAE
-       select LGUEST_GUEST
+       depends on X86 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER)
        select HVC_DRIVER
        ---help---
          This is a very simple module which allows you to run
@@ -21,8 +20,10 @@ config LGUEST_GUEST
 
 config LGUEST_NET
        tristate
+       default y
        depends on LGUEST_GUEST && NET
 
 config LGUEST_BLOCK
        tristate
+       default y
        depends on LGUEST_GUEST && BLOCK
This page took 0.037257 seconds and 5 git commands to generate.