:orphan: .. title:: CONFIG_MODEM_SIM_NUMBERS .. kconfig:: CONFIG_MODEM_SIM_NUMBERS CONFIG_MODEM_SIM_NUMBERS ######################## *Enable querying the SIM for IMSI and ICCID* Type: ``bool`` Help ==== .. code-block:: none Query the SIM card for the IMSI and ICCID identifiers. This can be disabled if the application does not use a SIM. Direct dependencies =================== \ :kconfig:`MODEM_SHELL ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/modem/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable modem shell utilities .. code-block:: kconfig config MODEM_SIM_NUMBERS bool "Enable querying the SIM for IMSI and ICCID" default y depends on MODEM_SHELL && MODEM help Query the SIM card for the IMSI and ICCID identifiers. This can be disabled if the application does not use a SIM. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*