|
# Kconfig - 96Boards NITROGEN board configuration
|
|
#
|
|
# Copyright (c) 2016 Linaro Limited.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_96B_NITROGEN
|
|
|
|
config GPIO_AS_PINRESET
|
|
bool "GPIO as pin reset (reset button)"
|
|
default y
|
|
|
|
endif # BOARD_96B_NITROGEN
|