2020-08-15 18:08:00 +01:00
|
|
|
# BL653 DVK board configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Laird Connectivity
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_BL653_DVK
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "bl653_dvk"
|
|
|
|
|
|
|
|
config IEEE802154_NRF5
|
|
|
|
default y
|
|
|
|
depends on IEEE802154
|
|
|
|
|
|
|
|
config BT_CTLR
|
|
|
|
default BT
|
|
|
|
|
2021-10-25 17:44:33 -05:00
|
|
|
if DAC
|
|
|
|
|
|
|
|
config DAC_MCP4725
|
|
|
|
default y
|
|
|
|
|
2021-10-25 19:13:48 -05:00
|
|
|
config DAC_INIT_PRIORITY
|
|
|
|
default 80
|
|
|
|
|
2021-10-25 17:44:33 -05:00
|
|
|
config I2C
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # DAC
|
|
|
|
|
2020-08-15 18:08:00 +01:00
|
|
|
endif # BOARD_BL653_DVK
|