libc/stdio: Let STDIO_DISABLE_BUFFERING depends on FILE_STREAM

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-09-22 13:02:45 +08:00 committed by Petro Karashchenko
parent bdcd232c98
commit 8565882bb5

View File

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