zephyr/boards/arm/bl654_dvk/Kconfig.defconfig

22 lines
263 B
Plaintext

# BL654 DVK board configuration
# Copyright (c) 2019 Laird Connectivity
# SPDX-License-Identifier: Apache-2.0
if BOARD_BL654_DVK
config BOARD
default "bl654_dvk"
config BT_CTLR
default BT
if DAC
config I2C
default y
endif # DAC
endif # BOARD_BL654_DVK