diff --git a/libs/libc/stdio/Kconfig b/libs/libc/stdio/Kconfig index eb63f3d3fd..df3f252644 100644 --- a/libs/libc/stdio/Kconfig +++ b/libs/libc/stdio/Kconfig @@ -97,7 +97,7 @@ config LIBC_PRINT_MINIMAL config LIBC_NUMBERED_ARGS bool "Enable numbered arguments in printf" default n - depends on (LIBC_FLOATINGPOINT || LIBC_LONG_LONG || !LIBC_PRINT_MINIMAL) && !LIBC_PRINT_LEGACY + depends on (LIBC_FLOATINGPOINT || LIBC_LONG_LONG || !LIBC_PRINT_MINIMAL) && !LIBC_PRINT_LEGACY && EXPERIMENTAL ---help--- Enables support for numbered arguments in printf.