:orphan: .. title:: CONFIG_EARLY_CONSOLE .. kconfig:: CONFIG_EARLY_CONSOLE CONFIG_EARLY_CONSOLE #################### *Send stdout at the earliest stage possible* Type: ``bool`` Help ==== .. code-block:: none This option will enable stdout as early as possible, for debugging purpose. For instance, in case of STDOUT_CONSOLE being set it will initialize its driver earlier than normal, in order to get the stdout sent through the console at the earliest stage possible. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BOOT_BANNER ` Kconfig definition ================== At ``/debug/Kconfig:184`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig config EARLY_CONSOLE bool "Send stdout at the earliest stage possible" help This option will enable stdout as early as possible, for debugging purpose. For instance, in case of STDOUT_CONSOLE being set it will initialize its driver earlier than normal, in order to get the stdout sent through the console at the earliest stage possible. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*