boards: nrf52840dongle_nrf52840: do not default SERIAL on USB_CDC_ACM

Prevent configuration dependency loop.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2021-07-29 18:23:57 +02:00 committed by Christopher Friedt
commit aa5b1b62c4

View file

@ -28,10 +28,7 @@ if USB_DEVICE_STACK
# Enable UART driver, needed for CDC ACM # Enable UART driver, needed for CDC ACM
config SERIAL config SERIAL
default USB_CDC_ACM default y
config UART_INTERRUPT_DRIVEN
default USB_CDC_ACM
endif # USB_DEVICE_STACK endif # USB_DEVICE_STACK