:orphan: .. title:: CBPRINTF_COMPLETE .. option:: CONFIG_CBPRINTF_COMPLETE *All selected features* Type: ``bool`` Help ==== Select this for an implementation that supports all potential conversions, with Kconfig options to control availability at build time. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``lib/os/Kconfig.cbprintf:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:16`` → ``lib/os/Kconfig:73`` Menu path: (Top) → Additional libraries → OS Support Library → Capabilities of cbprintf implementation .. parsed-literal:: config CBPRINTF_COMPLETE bool "All selected features" depends on \ :ref:` ` help Select this for an implementation that supports all potential conversions, with Kconfig options to control availability at build time. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*