2019-01-17 17:26:08 +08:00
|
|
|
# Kconfig - nRF9160 PCA10090 board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-02-07 23:40:14 +08:00
|
|
|
if SOC_NRF9160_SICA
|
|
|
|
|
2019-01-17 17:26:08 +08:00
|
|
|
config BOARD_NRF9160_PCA10090
|
|
|
|
bool "nRF9160 PCA10090"
|
2019-02-07 23:40:14 +08:00
|
|
|
depends on !TRUSTED_EXECUTION_NONSECURE
|
|
|
|
|
|
|
|
config BOARD_NRF9160_PCA10090NS
|
|
|
|
bool "nRF9160 PCA10090 non-secure"
|
|
|
|
depends on TRUSTED_EXECUTION_NONSECURE
|
|
|
|
|
|
|
|
endif # SOC_NRF9160_SICA
|