:orphan: .. title:: CONSOLE_HAS_DRIVER .. option:: CONFIG_CONSOLE_HAS_DRIVER *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This is an option to be enabled by console drivers to signal that some kind of console exists. Direct dependencies =================== \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BOARD_NRF52_BSIM ` - \ :option:`UART_CONSOLE ` - \ :option:`RAM_CONSOLE ` - \ :option:`RTT_CONSOLE ` - \ :option:`IPM_CONSOLE_SENDER ` - \ :option:`IPM_CONSOLE ` - \ :option:`XTENSA_SIM_CONSOLE ` - \ :option:`NATIVE_POSIX_CONSOLE ` - \ :option:`SEMIHOST_CONSOLE ` - \ :option:`BT_DEBUG_MONITOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. parsed-literal:: config CONSOLE_HAS_DRIVER bool depends on \ :option:`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.)*