| # Kconfig - nRF9160 PCA10090 board configuration | |
| # | |
| # Copyright (c) 2018 Nordic Semiconductor ASA | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if SOC_NRF9160_SICA | |
| config BOARD_NRF9160_PCA10090 | |
| bool "nRF9160 PCA10090" | |
| depends on !TRUSTED_EXECUTION_NONSECURE | |
| config BOARD_NRF9160_PCA10090NS | |
| bool "nRF9160 PCA10090 non-secure" | |
| depends on TRUSTED_EXECUTION_NONSECURE | |
| endif # SOC_NRF9160_SICA |