fsnotify: unified filesystem notification backend
[firefly-linux-kernel-4.4.55.git] / fs / notify / Kconfig
index 50914d7303c6570c2a9e34b5f403cbc7471f9386..31dac7e3b0f10c9e5eff17eb815bdbdfb36b2dbf 100644 (file)
@@ -1,2 +1,15 @@
+config FSNOTIFY
+       bool "Filesystem notification backend"
+       default y
+       ---help---
+          fsnotify is a backend for filesystem notification.  fsnotify does
+          not provide any userspace interface but does provide the basis
+          needed for other notification schemes such as dnotify, inotify,
+          and fanotify.
+
+          Say Y here to enable fsnotify suport.
+
+          If unsure, say Y.
+
 source "fs/notify/dnotify/Kconfig"
 source "fs/notify/inotify/Kconfig"