blob: f9b0bc1ea2b0c913cbd8c6dd106cc4d05e3e7121 [file] [log] [blame]
# nRF52 VBLUno52 board configuration
# Copyright (c) 2017 VNG IoT Lab
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52_VBLUNO52
config BOARD
default "nrf52_vbluno52"
if I2C
config I2C_0
default y
choice I2C_0_NRF_TYPE
default I2C_0_NRF_TWIM
depends on I2C_0
endchoice
endif # I2C
config BT_CTLR
default BT
endif # BOARD_NRF52_VBLUNO52