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:
parent
5315c285cc
commit
b573d8df21
3 changed files with 0 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -25,9 +25,6 @@ config FLASH_LOAD_OFFSET
|
|||
|
||||
if USB_DEVICE_STACK
|
||||
|
||||
config USB_UART_CONSOLE
|
||||
default y
|
||||
|
||||
config UART_LINE_CTRL
|
||||
default y
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue