|
# 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
|
|
|
|
config I2C
|
|
default $(dt_compat_on_bus,$(DT_COMPAT_TI_TCA9538),i2c)
|
|
|
|
endif # BOARD_BT610
|