:orphan: .. title:: MINIMAL_LIBC_LL_PRINTF .. option:: CONFIG_MINIMAL_LIBC_LL_PRINTF *Build with minimal libc long long printf* Type: ``bool`` Help ==== Build with long long printf enabled. This will increase the size of the image. Direct dependencies =================== \ :option:`MINIMAL_LIBC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`64BIT ` Kconfig definition ================== .. highlight:: kconfig At ``lib/libc/Kconfig:124`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:4`` Menu path: (Top) → C Library .. parsed-literal:: config MINIMAL_LIBC_LL_PRINTF bool "Build with minimal libc long long printf" if !\ :option:`64BIT ` default y if \ :option:`64BIT ` depends on \ :option:`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.)*