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

FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/subsys/fs/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:24

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.)