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 if’s and menus.)

Defaults

Kconfig definition

At subsys/fs/Kconfig:33

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:16

Menu path: (top menu) → File Systems

config APP_LINK_WITH_FS
    bool
    prompt "Link 'app' with FS" if FILE_SYSTEM
    default "y" if FILE_SYSTEM
    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'.

(Definitions include propagated dependencies, including from if’s and menus.)