zephyr/boards/arm/bbc_microbit/Kconfig.defconfig

30 lines
408 B
Plaintext

# 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 GPIO_NRF5
config GPIO_NRF5_P0
default y
endif # GPIO_NRF5
if UART_NRF5
config UART_NRF5_GPIO_TX_PIN
default 24
config UART_NRF5_GPIO_RX_PIN
default 25
endif # UART_NRF5
endif # BOARD_BBC_MICROBIT