2016-05-18 22:53:48 +08:00
|
|
|
# Kconfig - nRF52 PCA10040 board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-05-18 22:53:48 +08:00
|
|
|
|
|
|
|
if BOARD_NRF52_PCA10040
|
|
|
|
|
|
|
|
config GPIO_AS_PINRESET
|
2016-06-02 02:46:14 +08:00
|
|
|
bool "GPIO as pin reset (reset button)"
|
|
|
|
default y
|
2016-05-18 22:53:48 +08:00
|
|
|
|
|
|
|
endif # BOARD_NRF52_PCA10040
|