-
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’.
Defaults¶
- “y” if
FILE_SYSTEM
Kconfig definition¶
At subsys/fs/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:18
Menu path: (top menu) → File Systems
config APP_LINK_WITH_FS bool prompt "Link 'app' with FS" ifFILE_SYSTEM
default "y" ifFILE_SYSTEM
depends onFILE_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'.
(Definitions include propagated dependencies, including from if’s and menus.)