xref: /linux/fs/notify/Kconfig (revision 90586523eb4b349806887c62ee70685a49415124)
1*90586523SEric Parisconfig FSNOTIFY
2*90586523SEric Paris	bool "Filesystem notification backend"
3*90586523SEric Paris	default y
4*90586523SEric Paris	---help---
5*90586523SEric Paris	   fsnotify is a backend for filesystem notification.  fsnotify does
6*90586523SEric Paris	   not provide any userspace interface but does provide the basis
7*90586523SEric Paris	   needed for other notification schemes such as dnotify, inotify,
8*90586523SEric Paris	   and fanotify.
9*90586523SEric Paris
10*90586523SEric Paris	   Say Y here to enable fsnotify suport.
11*90586523SEric Paris
12*90586523SEric Paris	   If unsure, say Y.
13*90586523SEric Paris
14272eb014SEric Parissource "fs/notify/dnotify/Kconfig"
15272eb014SEric Parissource "fs/notify/inotify/Kconfig"
16