CONFIG_POSIX_FS¶
Enable POSIX file system API support
Type: bool
Help¶
This enables POSIX style file system related APIs.
Kconfig definition¶
At <Zephyr Library>/posix/Kconfig:87
Included via Kconfig:8 → Kconfig.zephyr:43 → <Zephyr Library>/Kconfig:12
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.)