# Copyright (c) 2018 Intel Corporation | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
config POSIX_FILE_SYSTEM_R | |
bool "Thread-Safe File System" | |
select FILE_SYSTEM | |
select FDTABLE | |
help | |
Select 'y' here and Zephyr will provide an implementation of the POSIX_FILE_SYSTEM_R | |
Option Group, consisting of readdir_r(). | |
For more information, please see | |
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html |