config FSNOTIFY
	def_bool n
	select SRCU

config FSNOTIFY_BROADCAST
	bool "Fsnotify event broadcast"
	depends on FSNOTIFY
	default y

source "fs/notify/dnotify/Kconfig"
source "fs/notify/inotify/Kconfig"
source "fs/notify/fanotify/Kconfig"
