summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fsopts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.fsopts')
-rw-r--r--target/linux/config/Config.in.fsopts12
1 files changed, 12 insertions, 0 deletions
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