Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « notify « fs - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22c629eedd82d70425704ee86b4ddf816b7bd174 (plain)
1
2
3
4
5
6
config FSNOTIFY
	def_bool n

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