From d5f320566eb00901161a51fbd50b5ebbc51f47be Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 26 Aug 2020 16:24:10 -0500 Subject: Linux v5.8.4 rebase Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_WATCH_QUEUE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_WATCH_QUEUE (limited to 'configs/fedora/generic/CONFIG_WATCH_QUEUE') diff --git a/configs/fedora/generic/CONFIG_WATCH_QUEUE b/configs/fedora/generic/CONFIG_WATCH_QUEUE new file mode 100644 index 000000000..41c082eda --- /dev/null +++ b/configs/fedora/generic/CONFIG_WATCH_QUEUE @@ -0,0 +1,20 @@ +# CONFIG_WATCH_QUEUE: +# +# +# 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 +# +# Symbol: WATCH_QUEUE [=n] +# Type : bool +# Defined at init/Kconfig:370 +# Prompt: General notification queue +# Location: +# -> General setup +# +# +# +CONFIG_WATCH_QUEUE=y -- cgit