blob: 9bd1917b5e5a6ca93134f47f86f2a1713cf3b259 [file] [log] [blame]
# BT6X0 Sensor configuration
# Copyright (c) 2021 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
if BOARD_BT610
config BOARD
default "bt610"
config BT_CTLR
default BT
# Workaround for not being able to have commas in macro arguments
DT_COMPAT_TI_TCA9538 := ti,tca9538
config I2C
default $(dt_compat_on_bus,$(DT_COMPAT_TI_TCA9538),i2c)
endif # BOARD_BT610