zephyr/boards/arm/bbc_microbit/Kconfig.defconfig

23 lines
302 B
Plaintext
Raw Normal View History

# Kconfig - nRF51 BBC_MICROBIT board configuration
#
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_BBC_MICROBIT
config BOARD
default "bbc_microbit"
if I2C
config I2C_0
default y
endif # I2C
config BT_CTLR
default BT
endif # BOARD_BBC_MICROBIT