13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
# nRF52840 PCA10090 board configuration
|
|
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_NRF52840_PCA10090
|
|
bool "NRF52840 PCA10090"
|
|
depends on SOC_NRF52840_QIAA
|
|
# The GPIO driver is required by this board's initialization code
|
|
# (board.c), so it is forced here to be enabled always, not only
|
|
# enabled by default (in defconfig).
|
|
select GPIO
|