diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-24 13:55:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-24 22:31:08 +0100 |
commit | 77b675c89cdbe2b2f13c05573fe9f712fbf16c84 (patch) | |
tree | 353f0e3cc1a02afee9716f2f079a4fbe214757c8 /target/linux | |
parent | a26c1bfdc82851e2b4d3b9c9ca5fa3b7c8d393fd (diff) |
inotify is always required for MMU builds
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.fs | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index e148f75b2..f09343690 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -8,6 +8,14 @@ config ADK_KERNEL_MISC_FILESYSTEMS config ADK_KERNEL_FSNOTIFY bool + default y + +config ADK_KERNEL_INOTIFY_USER + bool + default y + +config ADK_KERNEL_DNOTIFY + bool config ADK_KERNEL_EXPORTFS tristate @@ -27,9 +35,6 @@ config ADK_KERNEL_YAFFS_YAFFS2 config ADK_KERNEL_YAFFS_AUTO_YAFFS2 bool -config ADK_KERNEL_DNOTIFY - bool - config ADK_KERNEL_EXT3_FS_XATTR bool @@ -251,18 +256,7 @@ config ADK_KERNEL_YAFFS_FS endmenu -menu "Filesystem features" -config ADK_KERNEL_INOTIFY_USER - bool "Inotify support for userspace" - default n - 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. - -endmenu source target/linux/config/Config.in.part source target/linux/config/Config.in.fsnet source target/linux/config/Config.in.nls |