| 123456789101112131415 | # 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_LINUX_KERNEL_INOTIFY_USER	bool "Enable INOTIFY"config ADK_LINUX_KERNEL_DNOTIFY	bool "Enable DNOTIFY"config ADK_LINUX_KERNEL_FANOTIFY	bool "Enable FANOTIFY"endmenu
 |