zephyr/boards/arm/nrf51_vbluno51/Kconfig.defconfig

23 lines
300 B
Plaintext

# Kconfig - nRF51 VBLUno51 board configuration
#
# Copyright (c) 2017 VNG IoT Lab Limited.
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF51_VBLUNO51
config BOARD
default "nrf51_vbluno51"
if I2C
config I2C_0
default y
endif # I2C
config BT_CTLR
default BT
endif # BOARD_NRF51_VBLUNO51