diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f93fd41b025d..5d0c4be43dba 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -359,6 +359,19 @@ config ROMFS_FS | |||
359 | If you don't know whether you need it, then you don't need it: | 359 | If you don't know whether you need it, then you don't need it: |
360 | answer N. | 360 | answer N. |
361 | 361 | ||
362 | config INOTIFY | ||
363 | bool "Inotify file change notification support" | ||
364 | default y | ||
365 | ---help--- | ||
366 | Say Y here to enable inotify support and the /dev/inotify character | ||
367 | device. Inotify is a file change notification system and a | ||
368 | replacement for dnotify. Inotify fixes numerous shortcomings in | ||
369 | dnotify and introduces several new features. It allows monitoring | ||
370 | of both files and directories via a single open fd. Multiple file | ||
371 | events are supported. | ||
372 | |||
373 | If unsure, say Y. | ||
374 | |||
362 | config QUOTA | 375 | config QUOTA |
363 | bool "Quota support" | 376 | bool "Quota support" |
364 | help | 377 | help |