:orphan: .. title:: APP_LINK_WITH_FS .. option:: CONFIG_APP_LINK_WITH_FS *Link 'app' with FS* Type: ``bool`` 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'. Direct dependencies =================== \ :option:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/fs/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support .. parsed-literal:: config APP_LINK_WITH_FS bool "Link 'app' with FS" default y depends on \ :option:`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.)*