:orphan: .. title:: LOG_TIMESTAMP_64BIT .. option:: CONFIG_LOG_TIMESTAMP_64BIT *Use 64 bit timestamp* Type: ``bool`` Direct dependencies =================== \ :option:`LOG2 ` && !\ :option:`LOG_MINIMAL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/logging/Kconfig.processing:153`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:31`` → ``/logging/Kconfig:21`` Menu path: (Top) → Sub Systems and OS Services → Logging → Processing .. code-block:: kconfig config LOG_TIMESTAMP_64BIT bool "Use 64 bit timestamp" depends on LOG2 && !LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*