Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux-block.git] / init / Kconfig
index 8f90d317364eeb5b5e22663cd551b01f00313e63..a46aa8f3174d5315b5287fa26b7c3c471fcd86fa 100644 (file)
@@ -367,6 +367,18 @@ config POSIX_MQUEUE_SYSCTL
        depends on SYSCTL
        default y
 
+config WATCH_QUEUE
+       bool "General notification queue"
+       default n
+       help
+
+         This is a general notification queue for the kernel to pass events to
+         userspace by splicing them into pipes.  It can be used in conjunction
+         with watches for key/keyring change notifications and device
+         notifications.
+
+         See Documentation/watch_queue.rst
+
 config CROSS_MEMORY_ATTACH
        bool "Enable process_vm_readv/writev syscalls"
        depends on MMU