:orphan: .. title:: CONFIG_CONSOLE .. kconfig:: CONFIG_CONSOLE CONFIG_CONSOLE ############## *Console drivers* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE ` - \ :kconfig:`SHELL_BACKEND_RTT ` - \ :kconfig:`SEGGER_SYSTEMVIEW ` Kconfig definition ================== At ``/console/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig CONSOLE bool "Console drivers" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*