2020-03-30 03:59:27 +08:00
|
|
|
# nRF9160 innblue V2.1 board configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2020 InnBlue
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if SOC_NRF9160_SICA
|
|
|
|
|
|
|
|
config BOARD_NRF9160_INNBLUE21
|
|
|
|
bool "nRF9160 innblue v2.1"
|
|
|
|
|
2021-09-18 04:53:53 +08:00
|
|
|
config BOARD_NRF9160_INNBLUE21_NS
|
2020-03-30 03:59:27 +08:00
|
|
|
bool "nRF9160 innblue v2.1 non-secure"
|
|
|
|
|
|
|
|
endif # SOC_NRF9160_SICA
|