Skip to content

Commit

Permalink
lguest should depend on CONFIG_FUTEX
Browse files Browse the repository at this point in the history
It uses get_futex_key().

Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Rusty Russell <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Aug 24, 2007
1 parent b377fd3 commit deec595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/lguest/Kconfig
Original file line number Diff line number Diff line change
@@ -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---
Expand Down

0 comments on commit deec595

Please sign in to comment.