:orphan: .. title:: MODEM_GSM_GENERIC .. option:: CONFIG_MODEM_GSM_GENERIC *Generic GSM modem* Type: ``bool`` Help ==== .. code-block:: none The modem does not need any special handling etc. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/modem/Kconfig.gsm:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:82`` → ``/modem/Kconfig:139`` Menu path: (Top) → Device Drivers → Modem Drivers → Support GSM modems → Modem type .. code-block:: kconfig config MODEM_GSM_GENERIC bool "Generic GSM modem" depends on help The modem does not need any special handling etc. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*