blob: 31dac7e3b0f10c9e5eff17eb815bdbdfb36b2dbf [file] [log] [blame]
Eric Paris90586522009-05-21 17:01:20 -04001config 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 Paris272eb012008-12-17 13:59:41 -050014source "fs/notify/dnotify/Kconfig"
15source "fs/notify/inotify/Kconfig"