From: Rusty Russell Date: Mon, 22 Oct 2007 00:56:22 +0000 (+1000) Subject: Lguest currently depends on 32-bit x86, not just x86. X-Git-Tag: v2.6.24-rc1~28^2~38 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141341cdae5f1745e3903a6b9732672230b1dd64;p=linux-2.6 Lguest currently depends on 32-bit x86, not just x86. Signed-off-by: Rusty Russell --- diff --git a/drivers/lguest/Kconfig b/drivers/lguest/Kconfig index 64e1bb31c5..3ec5cc803a 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