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: c020d26ba223e5089ac4315b94bf44debc96f22a (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only
config FSNOTIFY
	def_bool n
	select SRCU

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