blob: bf59fdea6872a98a573e25a64a3b412d4fffe51e [file] [log] [blame]
# nRF51 PCA10028 board configuration
# Copyright (c) 2016 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF51_PCA10028
config BOARD
default "nrf51_pca10028"
config ADC_0
default y
depends on ADC
config I2C_0
default y
depends on I2C
config SPI_1
default y
depends on SPI
config BT_CTLR
default BT
endif # BOARD_NRF51_PCA10028