1# Actinius Icarus SoM board configuration
2
3# Copyright (c) 2021 Actinius
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_ACTINIUS_ICARUS_SOM || BOARD_ACTINIUS_ICARUS_SOM_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_SOM
14module-str = Board Control
15source "subsys/logging/Kconfig.template.log_config"
16
17endif # BOARD_ACTINIUS_ICARUS_SOM || BOARD_ACTINIUS_ICARUS_SOM_NS
18