File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,6 @@ config LPWAN_RN2XX3
1212 ---help---
1313 Enable driver support for the RN2xx3 LoRa radio transceiver family.
1414
15- config LPWAN_SX127X
16- bool "SX127X Low Power Long Range transceiver support"
17- default n
18- select SPI
19- ---help---
20- This options adds driver support for the Samtech SX127X chip.
21-
2215config LPWAN_SX126X
2316 bool "SX126X Low Power Long Range transceiver support"
2417 default n
@@ -28,6 +21,13 @@ config LPWAN_SX126X
2821
2922source "drivers/wireless/lpwan/sx126x/Kconfig"
3023
24+ config LPWAN_SX127X
25+ bool "SX127X Low Power Long Range transceiver support"
26+ default n
27+ select SPI
28+ ---help---
29+ This options adds driver support for the Samtech SX127X chip.
30+
3131if LPWAN_SX127X
3232
3333config LPWAN_SX127X_RFFREQ_DEFAULT
You can’t perform that action at this time.
0 commit comments