summaryrefslogtreecommitdiffstats
path: root/kernel/fs/notify/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/notify/Kconfig')
-rw-r--r--kernel/fs/notify/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/fs/notify/Kconfig b/kernel/fs/notify/Kconfig
new file mode 100644
index 000000000..2a24249b3
--- /dev/null
+++ b/kernel/fs/notify/Kconfig
@@ -0,0 +1,7 @@
+config FSNOTIFY
+ def_bool n
+ select SRCU
+
+source "fs/notify/dnotify/Kconfig"
+source "fs/notify/inotify/Kconfig"
+source "fs/notify/fanotify/Kconfig"