:orphan: .. title:: CONFIG_CBPRINTF_COMPLETE .. kconfig:: CONFIG_CBPRINTF_COMPLETE CONFIG_CBPRINTF_COMPLETE ######################## *All selected features* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/os/Kconfig.cbprintf:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` → ``/os/Kconfig:81`` Menu path: (Top) → Additional libraries → OS Support Library → Capabilities of cbprintf implementation .. code-block:: kconfig config CBPRINTF_COMPLETE bool "All selected features" depends on 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.)*