CONFIG_POSIX_FS

Enable POSIX file system API support

Type: bool

Help

This enables POSIX style file system related APIs.

Direct dependencies

FILE_SYSTEM

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/lib/posix/Kconfig:87

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:18

Menu path: (Top) → Additional libraries

config POSIX_FS
    bool "Enable POSIX file system API support"
    default y if POSIX_API
    depends on FILE_SYSTEM
    help
      This enables POSIX style file system related APIs.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)