boards: arm: bl654_usb: Fix USB CDC enablement with MCUboot
Prevents USB being initialised at boot if target is MCUboot, this allows for building MCUboot with serial recovery without preventing it from working. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
a4d67d3c85
commit
9b6052d499
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ config UART_CONSOLE
|
||||||
default CONSOLE
|
default CONSOLE
|
||||||
|
|
||||||
config USB_DEVICE_INITIALIZE_AT_BOOT
|
config USB_DEVICE_INITIALIZE_AT_BOOT
|
||||||
default y
|
default y if !MCUBOOT
|
||||||
|
|
||||||
config SHELL_BACKEND_SERIAL_CHECK_DTR
|
config SHELL_BACKEND_SERIAL_CHECK_DTR
|
||||||
default SHELL
|
default SHELL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue