:orphan: .. title:: EARLY_CONSOLE .. option:: CONFIG_EARLY_CONSOLE *Send stdout at the earliest stage possible* Type: ``bool`` 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. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BOOT_BANNER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:189`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. parsed-literal:: 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.)*