libc/stdio: Let STDIO_DISABLE_BUFFERING depends on FILE_STREAM
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
bdcd232c98
commit
8565882bb5
@ -7,6 +7,7 @@ menu "Standard C I/O"
|
|||||||
|
|
||||||
config STDIO_DISABLE_BUFFERING
|
config STDIO_DISABLE_BUFFERING
|
||||||
bool "Disable STDIO Buffering"
|
bool "Disable STDIO Buffering"
|
||||||
|
depends on FILE_STREAM
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Tiny systems may need to disable all support for I/O buffering in
|
Tiny systems may need to disable all support for I/O buffering in
|
||||||
|
Loading…
Reference in New Issue
Block a user