15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
# nRF9160 DK NRF9160 board configuration
|
|
|
|
# Copyright (c) 2018-2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_NRF9160_SICA
|
|
|
|
config BOARD_NRF9160DK_NRF9160
|
|
bool "nRF9160 DK NRF9160"
|
|
|
|
config BOARD_NRF9160DK_NRF9160NS
|
|
bool "nRF9160 DK NRF9160 non-secure"
|
|
|
|
endif # SOC_NRF9160_SICA
|