summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-23 20:36:34 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-23 21:06:49 +0200
commit31893724962c8b373118780cf710e15bfec6a393 (patch)
tree57d11b9b2803c77dca378f3ccbc593ba588008b0
parentfd8264c7b2a3f645354a89be7cd1cf7b1a036e3e (diff)
kernel: export INOTIFY and INOTIFY_USER to ADK
-rw-r--r--target/linux/config/Config.in.fs22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 7d6a849ef..3e85ee64b 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -205,6 +205,28 @@ config ADK_KPACKAGE_KMOD_UDF_FS
if written to by other UDF utilities, such as DirectCD.
Please read <file:Documentation/filesystems/udf.txt>.
+config ADK_KERNEL_INOTIFY
+ prompt "inotify........................... Inotify file change notification support"
+ boolean
+ default y
+ help
+ Say Y here to enable inotify support. Inotify is a file change
+ notification system and a replacement for dnotify. Inotify fixes
+ numerous shortcomings in dnotify and introduces several new features
+ including multiple file events, one-shot support, and unmount
+ notification.
+
+config ADK_KERNEL_INOTIFY_USER
+ prompt "inotify-user...................... Inotify support for userspace"
+ boolean
+ depends on ADK_KERNEL_INOTIFY
+ default y
+ help
+ Say Y here to enable inotify support for userspace, including the
+ associated system calls. Inotify allows monitoring of both files and
+ directories via a single open fd. Events are read from the file
+ descriptor, which is also select()- and poll()-able.
+
source target/linux/config/Config.in.fsnet
source target/linux/config/Config.in.nls