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