ubuntu-linux-kernel/fs/notify/Kconfig

8 lines
148 B
Plaintext
Raw Normal View History

2024-04-01 15:06:58 +00:00
config FSNOTIFY
def_bool n
select SRCU
source "fs/notify/dnotify/Kconfig"
source "fs/notify/inotify/Kconfig"
source "fs/notify/fanotify/Kconfig"