blob: 6e9c4544d3c8cbceed616bc95124755fd8da21df [file] [log] [blame]
# BT6X0 Sensor configuration
# Copyright (c) 2021 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
if BOARD_BT6X0
config BOARD
default "bt6x0"
config IEEE802154_NRF5
default y
depends on IEEE802154
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_BT6X0