diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2015-02-19 03:00:49 +0100 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-02-19 03:01:14 +0100 |
commit | b0bd96fe9a1428a04c82f8c3834db69468869d65 (patch) | |
tree | 60d3b6f5d0f11c3a3be76bf2cd09e68b7edbc582 | |
parent | Merge tag 'locks-v3.20-2' of git://git.samba.org/jlayton/linux (diff) | |
download | linux-b0bd96fe9a1428a04c82f8c3834db69468869d65.tar.xz linux-b0bd96fe9a1428a04c82f8c3834db69468869d65.zip |
lguest: now depends on PCI
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | arch/x86/lguest/Kconfig | 2 |
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 |