xref: /linux/fs/notify/dnotify/Kconfig (revision 272eb01485dda98e3b8910c7c1a53d597616b0a0)
1*272eb014SEric Parisconfig DNOTIFY
2*272eb014SEric Paris	bool "Dnotify support"
3*272eb014SEric Paris	default y
4*272eb014SEric Paris	help
5*272eb014SEric Paris	  Dnotify is a directory-based per-fd file change notification system
6*272eb014SEric Paris	  that uses signals to communicate events to user-space.  There exist
7*272eb014SEric Paris	  superior alternatives, but some applications may still rely on
8*272eb014SEric Paris	  dnotify.
9*272eb014SEric Paris
10*272eb014SEric Paris	  If unsure, say Y.
11