projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891ff65
)
Lguest currently depends on 32-bit x86, not just x86.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 22 Oct 2007 00:56:22 +0000
(10:56 +1000)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:48 +0000
(15:49 +1000)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/lguest/Kconfig
b/drivers/lguest/Kconfig
index 64e1bb31c5b4a4607c8503d1de1e37090ba95056..3ec5cc803a090ce7070b7fad6568f6497ebad3e5 100644
(file)
--- a/
drivers/lguest/Kconfig
+++ b/
drivers/lguest/Kconfig
@@
-1,6
+1,6
@@
config LGUEST
tristate "Linux hypervisor example code"
- depends on X86 && EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER)
+ depends on X86
_32
&& EXPERIMENTAL && !X86_PAE && FUTEX && !(X86_VISWS || X86_VOYAGER)
select HVC_DRIVER
---help---
This is a very simple module which allows you to run