libs/libc/stdio/Kconfig: Commit d0254b1c79
removed all usage of CONFIG_NOPRINTF_FIELDWIDTH but failed to remove the selection from the Kconfig file.
This commit is contained in:
parent
0487fa90f8
commit
efe2ff3933
|
@ -50,13 +50,6 @@ config NUNGET_CHARS
|
||||||
---help---
|
---help---
|
||||||
Number of characters that can be buffered by ungetc() (Only if NFILE_STREAMS > 0)
|
Number of characters that can be buffered by ungetc() (Only if NFILE_STREAMS > 0)
|
||||||
|
|
||||||
config NOPRINTF_FIELDWIDTH
|
|
||||||
bool "Disable sprintf support fieldwidth"
|
|
||||||
default n
|
|
||||||
---help---
|
|
||||||
sprintf-related logic is a little smaller if we do not support field
|
|
||||||
widths.
|
|
||||||
|
|
||||||
config LIBC_FLOATINGPOINT
|
config LIBC_FLOATINGPOINT
|
||||||
bool "Enable floating point in printf"
|
bool "Enable floating point in printf"
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue