:orphan: .. title:: MODEM_UBLOX_SARA_R4_NET_STATUS .. option:: CONFIG_MODEM_UBLOX_SARA_R4_NET_STATUS *Enable support for network status indication* Type: ``bool`` Help ==== Choose this setting to use a modem GPIO pin as network indication. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/sparkfun_sara_r4/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config MODEM_UBLOX_SARA_R4_NET_STATUS bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 ` ---- At ``boards/shields/sparkfun_sara_r4/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config MODEM_UBLOX_SARA_R4_NET_STATUS bool default y depends on \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 ` ---- At ``drivers/modem/Kconfig.ublox-sara-r4:98`` 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 .. parsed-literal:: config MODEM_UBLOX_SARA_R4_NET_STATUS bool "Enable support for network status indication" depends on \ :option:`MODEM_UBLOX_SARA ` && \ :option:`MODEM ` help Choose this setting to use a modem GPIO pin as network indication. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*