Skip to content

Commit b573d8d

Browse files
jfischer-nocarlescufi
authored andcommitted
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 <[email protected]>
1 parent 5315c28 commit b573d8d

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

boards/arm/arduino_nano_33_ble/Kconfig.board

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ config BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE
1313
select CONSOLE
1414
select PRINTK
1515
select UART_INTERRUPT_DRIVEN
16-
select USB_UART_CONSOLE
1716

1817
config BOARD_ARDUINO_NANO_33_BLE_INIT_SENSORS
1918
bool "Initializes the internal I2C sensors on the board"

boards/arm/bl654_usb/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ config FLASH_LOAD_OFFSET
2525

2626
if USB_DEVICE_STACK
2727

28-
config USB_UART_CONSOLE
29-
default y
30-
3128
config UART_LINE_CTRL
3229
default y
3330

boards/arm/degu_evk/Kconfig.defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ if USB_DEVICE_STACK
1313
config USB_DEVICE_PRODUCT
1414
default "Degu Evaluation Kit"
1515

16-
config USB_UART_CONSOLE
17-
default y
18-
1916
config UART_INTERRUPT_DRIVEN
2017
default y
2118

0 commit comments

Comments
 (0)