Eric Paris | 9058652 | 2009-05-21 17:01:20 -0400 | [diff] [blame^] | 1 | config FSNOTIFY |
| 2 | bool "Filesystem notification backend" |
| 3 | default y |
| 4 | ---help--- |
| 5 | fsnotify is a backend for filesystem notification. fsnotify does |
| 6 | not provide any userspace interface but does provide the basis |
| 7 | needed for other notification schemes such as dnotify, inotify, |
| 8 | and fanotify. |
| 9 | |
| 10 | Say Y here to enable fsnotify suport. |
| 11 | |
| 12 | If unsure, say Y. |
| 13 | |
Eric Paris | 272eb01 | 2008-12-17 13:59:41 -0500 | [diff] [blame] | 14 | source "fs/notify/dnotify/Kconfig" |
| 15 | source "fs/notify/inotify/Kconfig" |