1# nRF9160 DK NRF52840 board configuration
2
3# Copyright (c) 2018-2020 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_NRF9160DK
7	# The GPIO driver is required by this board's initialization code
8	# (board.c), so it is forced here to be enabled always, not only
9	# enabled by default (in defconfig).
10	select GPIO if BOARD_NRF9160DK_NRF52840
11
12if BOARD_NRF9160DK_NRF52840
13
14module = BOARD_NRF9160DK
15module-str = Board Control
16source "subsys/logging/Kconfig.template.log_config"
17
18endif # BOARD_NRF9160DK_NRF52840
19