mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-16 09:14:16 +00:00
7 lines
175 B
Text
7 lines
175 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config FSNOTIFY
|
|
def_bool n
|
|
|
|
source "fs/notify/dnotify/Kconfig"
|
|
source "fs/notify/inotify/Kconfig"
|
|
source "fs/notify/fanotify/Kconfig"
|