From 1c6d2f8f4c230fbd5dd7d4219c96cfed358c74f8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 7 Oct 2017 05:38:11 +0200 Subject: kernel: add filesystem options --- target/linux/config/Config.in.fs | 7 +------ target/linux/config/Config.in.fsopts | 12 ++++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 target/linux/config/Config.in.fsopts diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 956a0fb21..c051e2fd1 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -14,15 +14,9 @@ config ADK_KERNEL_FSNOTIFY bool default y -config ADK_KERNEL_INOTIFY_USER - bool - config ADK_KERNEL_AUTOFS4_FS bool -config ADK_KERNEL_DNOTIFY - bool - config ADK_KERNEL_TMPFS_POSIX_ACL bool @@ -261,6 +255,7 @@ config ADK_KERNEL_UBIFS_FS endmenu +source target/linux/config/Config.in.fsopts source target/linux/config/Config.in.part source target/linux/config/Config.in.fsnet source target/linux/config/Config.in.nls diff --git a/target/linux/config/Config.in.fsopts b/target/linux/config/Config.in.fsopts new file mode 100644 index 000000000..88b225589 --- /dev/null +++ b/target/linux/config/Config.in.fsopts @@ -0,0 +1,12 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +menu "Filesystem options" + +config ADK_KERNEL_INOTIFY_USER + bool "Enable INOTIFY" + +config ADK_KERNEL_DNOTIFY + bool "Enable DNOTIFY" + +endmenu -- cgit v1.2.3