You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/09/22 15:41:15 UTC

[incubator-nuttx] 02/02: libc/stdio: Let STDIO_DISABLE_BUFFERING depends on FILE_STREAM

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 <xi...@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 <xi...@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