2021-06-10 14:45:37 +01:00
|
|
|
# BL654 USB adapter board configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2021 Laird Connectivity
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config BOARD_ENABLE_DCDC
|
2022-03-09 12:05:12 +01:00
|
|
|
bool "DCDC mode"
|
2021-06-10 14:45:37 +01:00
|
|
|
select SOC_DCDC_NRF52X
|
|
|
|
default y
|
|
|
|
depends on BOARD_BL654_USB
|
2022-02-16 13:00:15 +01:00
|
|
|
|
|
|
|
config BL654_USB_SERIAL_BACKEND_CDCACM
|
|
|
|
bool "Use CDC ACM UART as backend for BL654 USB adapter"
|
|
|
|
default y if !USB_DEVICE_BLUETOOTH
|
|
|
|
help
|
|
|
|
Use CDC ACM UART as backend for console or shell.
|