mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +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…
Reference in New Issue
Block a user