-
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’.
Default¶
y
Kconfig definition¶
At <Zephyr>/subsys/fs/Kconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:25
Menu path: (Top) → Sub Systems and OS Services → File Systems → File system support
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.)