aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lguest
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2015-02-19 12:30:49 +1030
committerRusty Russell <rusty@rustcorp.com.au>2015-02-19 12:31:14 +1030
commitb0bd96fe9a1428a04c82f8c3834db69468869d65 (patch)
tree60d3b6f5d0f11c3a3be76bf2cd09e68b7edbc582 /arch/x86/lguest
parentMerge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux (diff)
downloadlinux-dev-b0bd96fe9a1428a04c82f8c3834db69468869d65.tar.xz
linux-dev-b0bd96fe9a1428a04c82f8c3834db69468869d65.zip
lguest: now depends on PCI
Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/x86/lguest')
-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 4a0890f815c4..21e89807244c 100644
--- a/arch/x86/lguest/Kconfig
+++ b/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