: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 ================== At ``/arm/arduino_nano_33_ble/Kconfig.board:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/Kconfig:22`` Menu path: (Top) → Board Selection → Arduino Nano 33 BLE board .. code-block:: kconfig config BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE bool "Sends the console output over the USB port" select SERIAL select USB select CONSOLE select PRINTK select UART_INTERRUPT_DRIVEN select USB_UART_CONSOLE depends on BOARD_ARDUINO_NANO_33_BLE && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*