|
# SENSORTILE_BOX_PRO board configuration
|
|
|
|
# Copyright (c) 2024 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_SENSORTILE_BOX_PRO
|
|
|
|
config BOARD_SERIAL_BACKEND_CDC_ACM
|
|
bool "Use USB CDC as serial console backend"
|
|
default y
|
|
|
|
endif # BOARD_SENSORTILE_BOX_PRO
|