xref: /linux/fs/notify/dnotify/Kconfig (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2272eb014SEric Parisconfig DNOTIFY
3272eb014SEric Paris	bool "Dnotify support"
4520dc2a5SEric Paris	select FSNOTIFY
5272eb014SEric Paris	default y
6272eb014SEric Paris	help
7272eb014SEric Paris	  Dnotify is a directory-based per-fd file change notification system
8272eb014SEric Paris	  that uses signals to communicate events to user-space.  There exist
9272eb014SEric Paris	  superior alternatives, but some applications may still rely on
10272eb014SEric Paris	  dnotify.
11272eb014SEric Paris
12272eb014SEric Paris	  If unsure, say Y.
13