:orphan: .. title:: CONFIG_APP_LINK_WITH_FS .. kconfig:: CONFIG_APP_LINK_WITH_FS CONFIG_APP_LINK_WITH_FS ####################### *Link 'app' with FS* Type: ``bool`` Help ==== .. code-block:: none Add FS header files to the 'app' include path. It may be disabled if the include paths for FS are causing aliasing issues for 'app'. Direct dependencies =================== \ :kconfig:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/fs/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support .. code-block:: kconfig config APP_LINK_WITH_FS bool "Link 'app' with FS" default y depends on FILE_SYSTEM help Add FS header files to the 'app' include path. It may be disabled if the include paths for FS are causing aliasing issues for 'app'. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*