Skip to content

Commit

Permalink
BG9x backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ycsin committed May 15, 2021
1 parent 11d162f commit 34a778e
Show file tree
Hide file tree
Showing 4 changed files with 601 additions and 51 deletions.
18 changes: 18 additions & 0 deletions drivers/modem/Kconfig.quectel-bg9x
Expand Up @@ -15,6 +15,22 @@ config MODEM_QUECTEL_BG9X
Choose this setting to enable quectel BG9x LTE-CatM1/NB-IoT modem
driver.

if MODEM_QUECTEL_BG9X

config MODEM_QUECTEL_ENABLE_ECHO
bool "Enables AT echo for debugging purposes"
default "n"
help
This setting configures the modem to echo the AT commands received by
the modem for debugging.

config MODEM_QUECTEL_BG9X_GNSS
bool "Configures GNSS for the modem"
default "n"
help
This setting enables the software component that configures the GNSS on
the modem.

config MODEM_QUECTEL_BG9X_RX_STACK_SIZE
int "Stack size for the quectel BG9X modem driver RX thread"
default 1028
Expand Down Expand Up @@ -61,3 +77,5 @@ config MODEM_QUECTEL_BG9X_INIT_PRIORITY
Do not mess with it unless you know what you are doing.
Note that the priority needs to be lower than the net stack
so that it can start before the networking sub-system.

endif # MODEM_QUECTEL_BG9X

0 comments on commit 34a778e

Please sign in to comment.