2019-11-01 20:45:29 +08:00
|
|
|
# BL652 DVK board configuration
|
|
|
|
|
2019-02-12 03:31:21 +08:00
|
|
|
# Copyright (c) 2019 Laird Connectivity
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_BL652_DVK
|
|
|
|
|
|
|
|
config BT_CTLR
|
|
|
|
default BT
|
|
|
|
|
2021-10-26 06:38:00 +08:00
|
|
|
if DAC
|
|
|
|
|
|
|
|
config I2C
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # DAC
|
|
|
|
|
2019-02-12 03:31:21 +08:00
|
|
|
endif # BOARD_BL652_DVK
|