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
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue