summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-23 21:43:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-23 21:43:50 +0200
commitdf0420a62dde5030d0cf8c28c26031f5deb59155 (patch)
tree8395fcf057779660f3e0fb5f4f4c16637386b69a /target/linux/config/Config.in.fs
parent2b198ddc02b3231e43ab8fdddef76ff103a0f5a4 (diff)
parent5774bab43a1946acd8440ad759eb6cc26335e64c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs33
1 files changed, 33 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 155a14a63..7468ee55c 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -121,10 +121,20 @@ config ADK_KPACKAGE_KMOD_VFAT_FS
The VFAT support enlarges your kernel by about 10 KB Please read the
file <file:Documentation/filesystems/vfat.txt> for details.
+config ADK_KERNEL_EXPORTFS
+ boolean
+ default n
+
+config ADK_KERNEL_XFS_FS
+ boolean
+ select ADK_KERNEL_EXPORTFS
+ default n
+
config ADK_KPACKAGE_KMOD_XFS_FS
prompt "kmod-fs-xfs....................... XFS filesystem support"
tristate
select ADK_KPACKAGE_KMOD_EXPORTFS
+ depends on !ADK_KERNEL_XFS_FS
default n
help
XFS is a high performance journaling filesystem which originated
@@ -196,7 +206,30 @@ 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
+source target/linux/config/Config.in.aufs
endmenu