config FSNOTIFY def_bool n config FSNOTIFY_RECURSIVE bool "Recursive FSNOTIFY support" depends on FSNOTIFY default n help Enableing recursive fsnotify support allows wachting directories for changes recursivly. This avoids needing to hold open a fd for every watched directory and may save memory. If unsure, say N. source "fs/notify/dnotify/Kconfig" source "fs/notify/inotify/Kconfig" source "fs/notify/fanotify/Kconfig"