:orphan: .. title:: PRINTK64 .. option:: CONFIG_PRINTK64 *Enable 64 bit printk conversions (DEPRECATED)* Type: ``bool`` Help ==== .. code-block:: none Replace with CBPRINTF_FULL_INTEGRAL. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/os/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:10`` Menu path: (Top) → Additional libraries → OS Support Library .. code-block:: kconfig config PRINTK64 bool "Enable 64 bit printk conversions (DEPRECATED)" help Replace with CBPRINTF_FULL_INTEGRAL. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*