:orphan: .. title:: CONFIG_POSIX_FS .. kconfig:: CONFIG_POSIX_FS CONFIG_POSIX_FS ############### *Enable POSIX file system API support* Type: ``bool`` Help ==== .. code-block:: none This enables POSIX style file system related APIs. Direct dependencies =================== \ :kconfig:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`POSIX_API ` Kconfig definition ================== At ``/posix/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries .. code-block:: kconfig 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.)*