:orphan: .. title:: BOARD_SELECT_SIM_EXTERNAL .. option:: CONFIG_BOARD_SELECT_SIM_EXTERNAL *Use external SIM* Type: ``bool`` Help ==== Use the external SIM for communication, instead of the eSIM Direct dependencies =================== \ :option:`BOARD_ACTINIUS_ICARUS ` || \ :option:`BOARD_ACTINIUS_ICARUS_NS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/actinius_icarus/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config BOARD_SELECT_SIM_EXTERNAL bool "Use external SIM" depends on \ :option:`BOARD_ACTINIUS_ICARUS ` || \ :option:`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.)*