diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index df55b3665601..f70f2fd273c2 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -339,9 +339,14 @@ config BASE_FULL | |||
339 | kernel data structures. This saves memory on small machines, | 339 | kernel data structures. This saves memory on small machines, |
340 | but may reduce performance. | 340 | but may reduce performance. |
341 | 341 | ||
342 | config RT_MUTEXES | ||
343 | boolean | ||
344 | select PLIST | ||
345 | |||
342 | config FUTEX | 346 | config FUTEX |
343 | bool "Enable futex support" if EMBEDDED | 347 | bool "Enable futex support" if EMBEDDED |
344 | default y | 348 | default y |
349 | select RT_MUTEXES | ||
345 | help | 350 | help |
346 | Disabling this option will cause the kernel to be built without | 351 | Disabling this option will cause the kernel to be built without |
347 | support for "fast userspace mutexes". The resulting kernel may not | 352 | support for "fast userspace mutexes". The resulting kernel may not |