|
# Actinius Icarus board configuration
|
|
|
|
# Copyright (c) 2019 Actinius
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_NRF9160_SICA
|
|
|
|
config BOARD_ACTINIUS_ICARUS
|
|
bool "Actinius Icarus"
|
|
|
|
config BOARD_ACTINIUS_ICARUS_NS
|
|
bool "Actinius Icarus Non-Secure"
|
|
|
|
endif # SOC_NRF9160_SICA
|