소스 검색

Lguest currently depends on 32-bit x86, not just x86.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 18 년 전
부모
커밋
141341cdae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/lguest/Kconfig

+ 1 - 1
drivers/lguest/Kconfig

@@ -1,6 +1,6 @@
 config LGUEST
 config LGUEST
 	tristate "Linux hypervisor example code"
 	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
 	select HVC_DRIVER
 	---help---
 	---help---
 	  This is a very simple module which allows you to run
 	  This is a very simple module which allows you to run