Instead of board level options selecting SOC_DCDC_NRF52X or SOC_DCDC_NRF52X_HV. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
# CTHINGS.CO Connectivity Card board configuration
|
|
|
|
# Copyright (c) 2024 CTHINGS.CO
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_SERIAL_BACKEND_CDC_ACM
|
|
bool "USB CDC"
|
|
default y
|
|
depends on BOARD_CTCC_NRF52840
|