libc: Remove dependence of LIBC_FLOATINGPOINT and LIBC_LONG_LONG from LIBC_NUMBERED_ARGS

since LIBC_NUMBERED_ARGS can work without both

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-02-19 23:08:39 +08:00 committed by GUIDINGLI
parent ee77243247
commit a05ab2ab49
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ config LIBC_LONG_LONG
config LIBC_NUMBERED_ARGS config LIBC_NUMBERED_ARGS
bool "Enable numbered arguments in printf" bool "Enable numbered arguments in printf"
default n default n
depends on LIBC_FLOATINGPOINT || LIBC_LONG_LONG
---help--- ---help---
Enables support for numbered arguments in printf. Enables support for numbered arguments in printf.