The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_BOARD_SELECT_SIM_EXTERNAL

Use external SIM

Type: bool

Help

Use the external SIM for communication, instead of the eSIM

Direct dependencies

BOARD_ACTINIUS_ICARUS || BOARD_ACTINIUS_ICARUS_NS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At boards/arm/actinius_icarus/Kconfig:8

Included via Kconfig:8Kconfig.zephyr:27boards/Kconfig:57

Menu path: (Top) → Board Options

config BOARD_SELECT_SIM_EXTERNAL
    bool "Use external SIM"
    depends on BOARD_ACTINIUS_ICARUS || BOARD_ACTINIUS_ICARUS_NS
    help
      Use the external SIM for communication, instead of the eSIM

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)