projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b89eb
)
lguest: now depends on PCI
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 19 Feb 2015 02:00:49 +0000
(12:30 +1030)
committer
Rusty 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/lguest/Kconfig
b/arch/x86/lguest/Kconfig
index 4a0890f815c40dc2641d092ff7aeaee5cb6f0039..21e89807244c315cd61d426c76c9eda25a54b71d 100644
(file)
--- 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