zephyr/lib/posix/options/Kconfig.fs
Chris Friedt 9f6590c7b7 posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM
This change deprecates CONFIG_POSIX_FS in favour of
CONFIG_POSIX_FILE_SYSTEM, which maps directly to the name of the
standard POSIX Option Group.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-04 16:27:12 -05:00

20 lines
443 B
GLSL

# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
menuconfig POSIX_FILE_SYSTEM
bool "POSIX file system API support"
default y if POSIX_API
select FILE_SYSTEM
select FDTABLE
help
This enables POSIX style file system related APIs.
if POSIX_FILE_SYSTEM
config POSIX_FILE_SYSTEM_ALIAS_FSTAT
bool
help
Select 'y' here and Zephyr will provide an alias for fstat() as _fstat().
endif # POSIX_FILE_SYSTEM