:orphan: .. title:: BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE .. option:: CONFIG_BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE *Sends the console output over the USB port* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_ARDUINO_NANO_33_BLE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SERIAL ` - \ :option:`USB ` - \ :option:`CONSOLE ` - \ :option:`PRINTK ` - \ :option:`UART_INTERRUPT_DRIVEN ` - \ :option:`USB_UART_CONSOLE ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/arduino_nano_33_ble/Kconfig.board:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection → Arduino Nano 33 BLE board .. parsed-literal:: config BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE bool "Sends the console output over the USB port" select \ :option:`SERIAL ` select \ :option:`USB ` select \ :option:`CONSOLE ` select \ :option:`PRINTK ` select \ :option:`UART_INTERRUPT_DRIVEN ` select \ :option:`USB_UART_CONSOLE ` depends on \ :option:`BOARD_ARDUINO_NANO_33_BLE ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*