:orphan: .. title:: POSIX_FS .. option:: CONFIG_POSIX_FS *Enable POSIX file system API support* Type: ``bool`` Help ==== This enables POSIX style file system related APIs. Direct dependencies =================== \ :option:`FILE_SYSTEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`POSIX_API ` Kconfig definition ================== .. highlight:: kconfig At ``lib/posix/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:18`` Menu path: (Top) → Additional libraries .. parsed-literal:: config POSIX_FS bool "Enable POSIX file system API support" default y if \ :option:`POSIX_API ` depends on \ :option:`FILE_SYSTEM ` help This enables POSIX style file system related APIs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*