]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lguest: now depends on PCI
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 19 Feb 2015 02:00:49 +0000 (12:30 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 19 Feb 2015 02:01:14 +0000 (12:31 +1030)
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/lguest/Kconfig

index 4a0890f815c40dc2641d092ff7aeaee5cb6f0039..21e89807244c315cd61d426c76c9eda25a54b71d 100644 (file)
@@ -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