zephyr/boards/arm/nrf52_blenano2/Kconfig.defconfig
Andrzej Głąbek 326be98f74 boards: nrf: Remove redundant Kconfig adjustments
The options selecting nRF drivers are now enabled by default when
an nRF SoC is selected as the build target.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2018-12-21 21:01:37 +01:00

28 lines
360 B
Text

# Kconfig - nRF52 BLENANO 2 board configuration
#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52_BLENANO2
config BOARD
default "nrf52_blenano2"
if I2C
config I2C_0
default y
if I2C_0
choice I2C_0_NRF_TYPE
default I2C_0_NRF_TWIM
endchoice
endif # I2C_0
endif # I2C
endif # BOARD_NRF52_BLENANO2