:orphan: .. title:: MODEM_SHELL .. option:: CONFIG_MODEM_SHELL *Enable modem shell utilities* Type: ``bool`` Help ==== .. code-block:: none Activate shell module that provides modem utilities like sending a command to the modem UART. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols selected by this symbol =============================== - \ :option:`SHELL ` Kconfig definitions =================== At ``/shields/sparkfun_sara_r4/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config MODEM_SHELL bool default y depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4 ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config MODEM_SHELL bool default y depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/shields/sparkfun_sara_r4/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config MODEM_SHELL bool default y depends on NETWORKING && SHIELD_SPARKFUN_SARA_R4 ---- At ``/shields/wnc_m14a2a/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config MODEM_SHELL bool default y depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/modem/Kconfig:120`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:82`` Menu path: (Top) → Device Drivers → Modem Drivers .. code-block:: kconfig config MODEM_SHELL bool "Enable modem shell utilities" select SHELL depends on MODEM help Activate shell module that provides modem utilities like sending a command to the modem UART. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*