:orphan: .. title:: MODEM_UBLOX_SARA_R4_NET_STATUS_PIN .. option:: CONFIG_MODEM_UBLOX_SARA_R4_NET_STATUS_PIN *Network status indication GPIO ID* Type: ``int`` Help ==== This setting is used to configure one of the modem's GPIO pins as a network status indication. See the manual for the gpio ids and how they map to pin numbers. Direct dependencies =================== \ :option:`MODEM_UBLOX_SARA_R4_NET_STATUS ` && \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== .. highlight:: kconfig At ``drivers/modem/Kconfig.ublox-sara-r4:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:82`` → ``drivers/modem/Kconfig:136`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver → Enable support for network status indication .. parsed-literal:: config MODEM_UBLOX_SARA_R4_NET_STATUS_PIN int "Network status indication GPIO ID" default 16 depends on \ :option:`MODEM_UBLOX_SARA_R4_NET_STATUS ` && \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` help This setting is used to configure one of the modem's GPIO pins as a network status indication. See the manual for the gpio ids and how they map to pin numbers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*