aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/Kconfig
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2007-10-22 10:56:22 +1000
committerRusty Russell <rusty@rustcorp.com.au>2007-10-23 15:49:48 +1000
commit141341cdae5f1745e3903a6b9732672230b1dd64 (patch)
tree06f2b29fe8d3cd959120af5b366128204c64e03d /drivers/lguest/Kconfig
parentUse copy_to_user() not put_user for struct timespec (diff)
downloadlinux-dev-141341cdae5f1745e3903a6b9732672230b1dd64.tar.xz
linux-dev-141341cdae5f1745e3903a6b9732672230b1dd64.zip
Lguest currently depends on 32-bit x86, not just x86.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/lguest/Kconfig')
-rw-r--r--drivers/lguest/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig
index 64e1bb31c5b4..3ec5cc803a09 100644
--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -1,6 +1,6 @@
config LGUEST
tristate "Linux hypervisor example code"
- depends on X86 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER)
+ depends on X86_32 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER)
select HVC_DRIVER
---help---
This is a very simple module which allows you to run