:orphan: .. title:: CONFIG_CONSOLE_HAS_DRIVER .. kconfig:: CONFIG_CONSOLE_HAS_DRIVER CONFIG_CONSOLE_HAS_DRIVER ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This is an option to be enabled by console drivers to signal that some kind of console exists. Direct dependencies =================== \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BOARD_NRF52_BSIM ` - \ :kconfig:`BOARD_ESP32C3_DEVKITM ` - \ :kconfig:`UART_CONSOLE ` - \ :kconfig:`RAM_CONSOLE ` - \ :kconfig:`RTT_CONSOLE ` - \ :kconfig:`IPM_CONSOLE_SENDER ` - \ :kconfig:`IPM_CONSOLE ` - \ :kconfig:`XTENSA_SIM_CONSOLE ` - \ :kconfig:`NATIVE_POSIX_CONSOLE ` - \ :kconfig:`SEMIHOST_CONSOLE ` - \ :kconfig:`BT_DEBUG_MONITOR_UART ` Kconfig definition ================== At ``/console/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig config CONSOLE_HAS_DRIVER bool depends on CONSOLE help This is an option to be enabled by console drivers to signal that some kind of console exists. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*