1# Actinius Icarus board configuration 2 3# Copyright (c) 2019 Actinius 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_ACTINIUS_ICARUS || BOARD_ACTINIUS_ICARUS_NS 7 8config BOARD_SELECT_SIM_EXTERNAL 9 bool "Use external SIM" 10 help 11 Use the external SIM for communication, instead of the eSIM 12 13module = BOARD_ICARUS 14module-str = Board Control 15source "subsys/logging/Kconfig.template.log_config" 16 17endif # BOARD_ACTINIUS_ICARUS || BOARD_ACTINIUS_ICARUS_NS 18