xref: /linux/fs/notify/Kconfig (revision cffaefd15a8f423cdee5d8eac15d267bc92de314)
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