: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 ================== .. highlight:: kconfig At ``drivers/console/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig CONSOLE bool "Console drivers" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*