aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-10 17:02:10 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-10 18:55:47 +0200
commit15e551d25e5a600c76cb92171357d4cbe2d1bf7a (patch)
tree8a28438fbed1aba7f57e2527b40c98452258b827 /arch/x86/lguest/Kconfig
parentx86, VisWS: turn into generic arch, remove leftover files (diff)
downloadlinux-dev-15e551d25e5a600c76cb92171357d4cbe2d1bf7a.tar.xz
linux-dev-15e551d25e5a600c76cb92171357d4cbe2d1bf7a.zip
x86, VisWS: turn into generic arch, eliminate Kconfig specials
remove leftover traces of various VISWS related Kconfig specials. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/lguest/Kconfig')
-rw-r--r--arch/x86/lguest/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lguest/Kconfig b/arch/x86/lguest/Kconfig
index 964dfa36d367..c70e12b1a637 100644
--- a/arch/x86/lguest/Kconfig
+++ b/arch/x86/lguest/Kconfig
@@ -3,7 +3,7 @@ config LGUEST_GUEST
select PARAVIRT
depends on X86_32
depends on !X86_PAE
- depends on !(X86_VISWS || X86_VOYAGER)
+ depends on !X86_VOYAGER
select VIRTIO
select VIRTIO_RING
select VIRTIO_CONSOLE