:orphan: .. title:: CONFIG_MINIMAL_LIBC_LL_PRINTF .. kconfig:: CONFIG_MINIMAL_LIBC_LL_PRINTF CONFIG_MINIMAL_LIBC_LL_PRINTF ############################# *Build with minimal libc long long printf* Type: ``bool`` Help ==== .. code-block:: none Build with long long printf enabled. This will increase the size of the image. Direct dependencies =================== \ :kconfig:`MINIMAL_LIBC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`64BIT ` Kconfig definition ================== At ``/libc/Kconfig:146`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:4`` Menu path: (Top) → C Library .. code-block:: kconfig config MINIMAL_LIBC_LL_PRINTF bool "Build with minimal libc long long printf" if !64BIT default y if 64BIT depends on MINIMAL_LIBC help Build with long long printf enabled. This will increase the size of the image. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*