From: Rusty Russell Date: Thu, 19 Feb 2015 02:00:49 +0000 (+1030) Subject: lguest: now depends on PCI X-Git-Tag: v4.0-rc2~21^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0bd96fe9a1428a04c82f8c3834db69468869d65;p=karo-tx-linux.git lguest: now depends on PCI Reported-by: Randy Dunlap Signed-off-by: Rusty Russell --- 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