1# Sparkfun nRF9160 Thing Plus configuration 2 3# Copyright (c) 2018-2020 Nordic Semiconductor ASA 4# Copyright (c) 2020 Circuit Dojo LLC 5# SPDX-License-Identifier: Apache-2.0 6 7config BOARD_SPARKFUN_THING_PLUS 8 # The GPIO driver is required by this board's initialization code 9 # (board.c), so it is forced here to be enabled always, not only 10 # enabled by default (in defconfig). 11 select GPIO 12