xref: /linux/fs/notify/Kconfig (revision 5b5a56d9a2d64e8395dfbaddecb3e5149d7ecae8)
1# SPDX-License-Identifier: GPL-2.0-only
2config FSNOTIFY
3	def_bool n
4
5source "fs/notify/dnotify/Kconfig"
6source "fs/notify/inotify/Kconfig"
7source "fs/notify/fanotify/Kconfig"
8