:orphan: .. title:: CONFIG_MODEM_SHELL .. kconfig:: CONFIG_MODEM_SHELL 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 =================== (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_WNC_M14A2A `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :kconfig:`NETWORKING ` && \ :kconfig:`SHIELD_WNC_M14A2A `) || \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SHELL ` Kconfig definitions =================== At ``/shields/sparkfun_sara_r4/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` 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:20`` 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:22`` 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:22`` Menu path: (Top) .. code-block:: kconfig config MODEM_SHELL bool default y depends on NETWORKING && SHIELD_WNC_M14A2A ---- At ``/modem/Kconfig:121`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` 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.)*