boards/shields: sparkfun_sara_r4: enable SARA_R4_NET_STATUS
There is a blue LED used to display connectivity for the SparkFun SARA-R4 shield. This LED is connected to the modem via GPIO 16 which is the default used by SARA-R4 driver when CONFIG_MODEM_UBLOX_SARA_R4_NET_STATUS is enabled. Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
parent
698661b56e
commit
b08ac66f91
|
@ -18,6 +18,9 @@ choice MODEM_UBLOX_SARA_VARIANT
|
|||
default MODEM_UBLOX_SARA_R4
|
||||
endchoice
|
||||
|
||||
config MODEM_UBLOX_SARA_R4_NET_STATUS
|
||||
default y
|
||||
|
||||
config UART_INTERRUPT_DRIVEN
|
||||
default y
|
||||
|
||||
|
|
Loading…
Reference in a new issue