:orphan: .. title:: CONFIG_MODEM_UBLOX_SARA_R4_NET_STATUS_PIN .. kconfig:: CONFIG_MODEM_UBLOX_SARA_R4_NET_STATUS_PIN CONFIG_MODEM_UBLOX_SARA_R4_NET_STATUS_PIN ######################################### *Network status indication GPIO ID* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`MODEM_UBLOX_SARA_R4_NET_STATUS ` && \ :kconfig:`MODEM_UBLOX_SARA ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== At ``/modem/Kconfig.ublox-sara-r4:100`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` → ``/modem/Kconfig:141`` Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver → Enable support for network status indication .. code-block:: kconfig config MODEM_UBLOX_SARA_R4_NET_STATUS_PIN int "Network status indication GPIO ID" default 16 depends on MODEM_UBLOX_SARA_R4_NET_STATUS && MODEM_UBLOX_SARA && 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.)*