1# Copyright (c) 2018 Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config POSIX_FILE_SYSTEM_R
6	bool "Thread-Safe File System"
7	select FILE_SYSTEM
8	select FDTABLE
9	help
10	  Select 'y' here and Zephyr will provide an implementation of the POSIX_FILE_SYSTEM_R
11	  Option Group, consisting of readdir_r().
12
13	  For more information, please see
14	  https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
15