mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-11 15:49:56 +00:00
lguest should depend on CONFIG_FUTEX
It uses get_futex_key(). Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b377fd3982
commit
deec595047
@ -1,6 +1,6 @@
|
||||
config LGUEST
|
||||
tristate "Linux hypervisor example code"
|
||||
depends on X86 && PARAVIRT && EXPERIMENTAL && !X86_PAE
|
||||
depends on X86 && PARAVIRT && EXPERIMENTAL && !X86_PAE && FUTEX
|
||||
select LGUEST_GUEST
|
||||
select HVC_DRIVER
|
||||
---help---
|
||||
|
Loading…
x
Reference in New Issue
Block a user