blob: 51fc7791a37bb5e1ab4c058afcebe6dbbae70435 [file] [log] [blame]
# Kconfig - Sparkfun nRF52832 breakout board configuration
#
# Copyright (c) 2017 Shawn Nock <shawn@monadnock.ca>
# Copyright (c) 2016 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52_SPARKFUN
config BOARD
default "nrf52_sparkfun"
if UART_NRFX
config UART_0_NRF_TX_PIN
default 27
config UART_0_NRF_RX_PIN
default 26
endif # UART_NRFX
endif # BOARD_NRF52_SPARKFUN