浏览代码

lguest: now depends on PCI

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 10 年之前
父节点
当前提交
b0bd96fe9a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/lguest/Kconfig

+ 1 - 1
arch/x86/lguest/Kconfig

@@ -1,6 +1,6 @@
 config LGUEST_GUEST
 	bool "Lguest guest support"
-	depends on X86_32 && PARAVIRT
+	depends on X86_32 && PARAVIRT && PCI
 	select TTY
 	select VIRTUALIZATION
 	select VIRTIO