boards: remove Kconfig option CONFIG_USB_UART_CONSOLE

These boards try to configure CDC ACM UART as backend used
by the console driver. CONFIG_USB_UART_CONSOLE has no more
influence to console driver any and can be removed.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2021-11-17 14:43:48 +01:00 committed by Carles Cufí
commit b573d8df21
3 changed files with 0 additions and 7 deletions

View file

@ -13,7 +13,6 @@ config BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE
select CONSOLE
select PRINTK
select UART_INTERRUPT_DRIVEN
select USB_UART_CONSOLE
config BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS
bool "Initializes the internal I2C sensors on the board"

View file

@ -25,9 +25,6 @@ config FLASH_LOAD_OFFSET
if USB_DEVICE_STACK
config USB_UART_CONSOLE
default y
config UART_LINE_CTRL
default y

View file

@ -13,9 +13,6 @@ if USB_DEVICE_STACK
config USB_DEVICE_PRODUCT
default "Degu Evaluation Kit"
config USB_UART_CONSOLE
default y
config UART_INTERRUPT_DRIVEN
default y