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:
Michael Scott 2020-01-27 14:31:50 -08:00 committed by Jukka Rissanen
parent 698661b56e
commit b08ac66f91

View file

@ -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