summaryrefslogtreecommitdiff
path: root/arch/x86
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
parentb2b89ebfc0f0287e20516a5443d93af309b800cf (diff)
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')
-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