-
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¶
MODEM_UBLOX_SARA_R4_NET_STATUS
&& MODEM_UBLOX_SARA
&& MODEM
(Includes any dependencies from ifs and menus.)
Default¶
16
Kconfig definition¶
At <Zephyr>/drivers/modem/Kconfig.ublox-sara-r4:101
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:82
→ <Zephyr>/drivers/modem/Kconfig:136
Menu path: (Top) → Device Drivers → Modem Drivers → Enable u-blox SARA modem driver → Enable support for network status indication
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.)