:orphan: .. title:: CONFIG_POSIX_MAX_OPEN_FILES .. kconfig:: CONFIG_POSIX_MAX_OPEN_FILES CONFIG_POSIX_MAX_OPEN_FILES ########################### *Maximum number of open file descriptors* Type: ``int`` Help ==== .. code-block:: none Maximum number of open files. Note that this setting is additionally bounded by CONFIG_POSIX_MAX_FDS. Direct dependencies =================== \ :kconfig:`POSIX_FS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/posix/Kconfig:94`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:12`` Menu path: (Top) → Additional libraries → Enable POSIX file system API support .. code-block:: kconfig config POSIX_MAX_OPEN_FILES int "Maximum number of open file descriptors" default 16 depends on POSIX_FS help Maximum number of open files. Note that this setting is additionally bounded by CONFIG_POSIX_MAX_FDS. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*