blob: dd0bdd5d8a4406ec476c4678b1360504070599c7 [file]
# Kconfig - 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_NRFX
def_bool y
if I2C_NRFX
config I2C_0
def_bool y
endif #I2C_NRFX
if I2C_0
choice I2C_0_NRF_TYPE
default I2C_0_NRF_TWIM
endchoice
endif # I2C_0
endif # I2C
endif # BOARD_NRF52_VBLUNO52