14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
|
# Kconfig - nRF52 VBLUno52 board configuration
|
||
|
#
|
||
|
# Copyright (c) 2017 VNG IoT Lab
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if BOARD_NRF52_VBLUNO52
|
||
|
|
||
|
config GPIO_AS_PINRESET
|
||
|
bool "GPIO as pin reset (reset button)"
|
||
|
default y
|
||
|
|
||
|
endif # BOARD_NRF52_VBLUNO52
|