aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 009a797dd242..d56cb03c1b49 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1387,6 +1387,13 @@ config FUTEX
1387 support for "fast userspace mutexes". The resulting kernel may not 1387 support for "fast userspace mutexes". The resulting kernel may not
1388 run glibc-based applications correctly. 1388 run glibc-based applications correctly.
1389 1389
1390config HAVE_FUTEX_CMPXCHG
1391 bool
1392 help
1393 Architectures should select this if futex_atomic_cmpxchg_inatomic()
1394 is implemented and always working. This removes a couple of runtime
1395 checks.
1396
1390config EPOLL 1397config EPOLL
1391 bool "Enable eventpoll support" if EXPERT 1398 bool "Enable eventpoll support" if EXPERT
1392 default y 1399 default y