diff options
Diffstat (limited to 'fs/notify/Kconfig')
-rw-r--r-- | fs/notify/Kconfig | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/fs/notify/Kconfig b/fs/notify/Kconfig index 31dac7e..dffbb09 100644 --- a/fs/notify/Kconfig +++ b/fs/notify/Kconfig @@ -1,15 +1,5 @@ config FSNOTIFY - bool "Filesystem notification backend" - default y - ---help--- - fsnotify is a backend for filesystem notification. fsnotify does - not provide any userspace interface but does provide the basis - needed for other notification schemes such as dnotify, inotify, - and fanotify. - - Say Y here to enable fsnotify suport. - - If unsure, say Y. + def_bool n source "fs/notify/dnotify/Kconfig" source "fs/notify/inotify/Kconfig" |