Config.in.fsopts 346 B

123456789101112131415
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. menu "Filesystem options"
  4. config ADK_LINUX_KERNEL_INOTIFY_USER
  5. bool "Enable INOTIFY"
  6. config ADK_LINUX_KERNEL_DNOTIFY
  7. bool "Enable DNOTIFY"
  8. config ADK_LINUX_KERNEL_FANOTIFY
  9. bool "Enable FANOTIFY"
  10. endmenu