zephyr/boards/arm/bbc_microbit/Kconfig.defconfig
Andrzej Głąbek 0b300da221 tree-wide: Remove assignments to Kconfig options unused in nRF drivers
Kconfig options that enable I2C and SPI instances are no longer used
in nRF drivers. Remove all assignments done to these options in related
board definitions, samples, and tests.

For nrf52_pca20020, also no longer needed setting of default values
for GPIO_SX1509B* options is removed (now the gpio_sx1509b driver is
enabled by default when a corresponding devicetree node is enabled).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-04-03 14:47:32 +02:00

18 lines
287 B
Plaintext

# 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"
config BT_CTLR
default BT
config LOG_BUFFER_SIZE
default 128 if LOG
endif # BOARD_BBC_MICROBIT