:orphan: .. title:: CONFIG_MODEM_CELL_INFO .. kconfig:: CONFIG_MODEM_CELL_INFO CONFIG_MODEM_CELL_INFO ###################### *Enable querying for operator and cell info* Type: ``bool`` Help ==== .. code-block:: none Query for numerical operator id, location area code and cell id. Direct dependencies =================== \ :kconfig:`MODEM_SHELL ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/modem/Kconfig:135`` 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_CELL_INFO bool "Enable querying for operator and cell info" depends on MODEM_SHELL && MODEM help Query for numerical operator id, location area code and cell id. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*