From 77b675c89cdbe2b2f13c05573fe9f712fbf16c84 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 24 Dec 2015 13:55:01 +0100 Subject: inotify is always required for MMU builds Signed-off-by: Waldemar Brodkorb --- target/linux/config/Config.in.fs | 22 ++++++++-------------- 1 file 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 -- cgit v1.2.3