This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 8565882bb5eaeb660ab00049f1aa83b7b1eebf9e Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Thu Sep 22 13:02:45 2022 +0800 libc/stdio: Let STDIO_DISABLE_BUFFERING depends on FILE_STREAM Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- libs/libc/stdio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libc/stdio/Kconfig b/libs/libc/stdio/Kconfig index 3d213bf610..7a198e67ce 100644 --- a/libs/libc/stdio/Kconfig +++ b/libs/libc/stdio/Kconfig @@ -7,6 +7,7 @@ menu "Standard C I/O" config STDIO_DISABLE_BUFFERING bool "Disable STDIO Buffering" + depends on FILE_STREAM default n ---help--- Tiny systems may need to disable all support for I/O buffering in