2021-05-06 17:54:24 +08:00
|
|
|
# BT6X0 Sensor configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2021 Laird Connectivity
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-09-22 19:10:42 +08:00
|
|
|
if BOARD_BT610
|
2021-05-06 17:54:24 +08:00
|
|
|
|
|
|
|
config BOARD
|
2021-09-22 19:10:42 +08:00
|
|
|
default "bt610"
|
2021-05-06 17:54:24 +08:00
|
|
|
|
|
|
|
config BT_CTLR
|
|
|
|
default BT
|
|
|
|
|
2021-06-05 00:01:16 +08:00
|
|
|
config I2C
|
|
|
|
default $(dt_compat_on_bus,$(DT_COMPAT_TI_TCA9538),i2c)
|
|
|
|
|
2021-09-22 19:10:42 +08:00
|
|
|
endif # BOARD_BT610
|