:orphan: .. title:: CONSOLE .. option:: CONFIG_CONSOLE *Console drivers* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE ` - \ :option:`SHELL_BACKEND_RTT ` - \ :option:`SEGGER_SYSTEMVIEW ` Kconfig definition ================== At ``/console/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/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.)*