소스 검색

inotify is always required for MMU builds

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 10 년 전
부모
커밋
77b675c89c
1개의 변경된 파일8개의 추가작업 그리고 14개의 파일을 삭제
  1. 8 14
      target/linux/config/Config.in.fs

+ 8 - 14
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