fsnotify: use def_bool in kconfig instead of letting the user choose
[linux-2.6/mini2440.git] / fs / notify / dnotify / Kconfig
blobf9c1ca139d8f6d3f134b1068dfef46e6058b5115
1 config DNOTIFY
2         bool "Dnotify support"
3         select FSNOTIFY
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.
11           If unsure, say Y.