| Eric Paris | 272eb01 | 2008-12-17 13:59:41 -0500 | [diff] [blame] | 1 | config DNOTIFY |
| 2 | bool "Dnotify support" | ||||
| Eric Paris | 520dc2a | 2009-07-13 15:56:54 -0400 | [diff] [blame] | 3 | select FSNOTIFY |
| Eric Paris | 272eb01 | 2008-12-17 13:59:41 -0500 | [diff] [blame] | 4 | default y |
| 5 | help | ||||
| 6 | Dnotify is a directory-based per-fd file change notification system | ||||
| 7 | that uses signals to communicate events to user-space. There exist | ||||
| 8 | superior alternatives, but some applications may still rely on | ||||
| 9 | dnotify. | ||||
| 10 | |||||
| 11 | If unsure, say Y. | ||||