oleavr-rgl-a500-mini-linux-.../fs/notify/dnotify/Kconfig
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

11 lines
315 B
Text

config DNOTIFY
bool "Dnotify support"
select FSNOTIFY
default y
help
Dnotify is a directory-based per-fd file change notification system
that uses signals to communicate events to user-space. There exist
superior alternatives, but some applications may still rely on
dnotify.
If unsure, say Y.