:orphan: .. title:: CONFIG_MODEM_GSM_GENERIC .. kconfig:: CONFIG_MODEM_GSM_GENERIC 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:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:144`` 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.)*