posix: options: fs: separate file_system_r to its own file
Move the functionality of POSIX_FILE_SYSTEM_R to its own compilation unit and remove the unnecessary dependency on POSIX_FILE_SYSTEM. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
fc860e1010
commit
bc5aff3582
8 changed files with 77 additions and 44 deletions
|
@ -3,6 +3,7 @@ CONFIG_LOG=y
|
|||
CONFIG_FAT_FILESYSTEM_ELM=y
|
||||
CONFIG_POSIX_API=y
|
||||
CONFIG_POSIX_FILE_SYSTEM=y
|
||||
CONFIG_POSIX_FILE_SYSTEM_R=y
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_MAIN_STACK_SIZE=4096
|
||||
CONFIG_ZTEST_STACK_SIZE=2048
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue