mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
drivers/lpwan: Fix Kconfig SX1276 and SX1262 position
When user was selecting SX1276 the configuration options to this device was appear below SX1262. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e87082b195
commit
a51e45d5b3
@@ -12,13 +12,6 @@ config LPWAN_RN2XX3
|
|||||||
---help---
|
---help---
|
||||||
Enable driver support for the RN2xx3 LoRa radio transceiver family.
|
Enable driver support for the RN2xx3 LoRa radio transceiver family.
|
||||||
|
|
||||||
config LPWAN_SX127X
|
|
||||||
bool "SX127X Low Power Long Range transceiver support"
|
|
||||||
default n
|
|
||||||
select SPI
|
|
||||||
---help---
|
|
||||||
This options adds driver support for the Samtech SX127X chip.
|
|
||||||
|
|
||||||
config LPWAN_SX126X
|
config LPWAN_SX126X
|
||||||
bool "SX126X Low Power Long Range transceiver support"
|
bool "SX126X Low Power Long Range transceiver support"
|
||||||
default n
|
default n
|
||||||
@@ -28,6 +21,13 @@ config LPWAN_SX126X
|
|||||||
|
|
||||||
source "drivers/wireless/lpwan/sx126x/Kconfig"
|
source "drivers/wireless/lpwan/sx126x/Kconfig"
|
||||||
|
|
||||||
|
config LPWAN_SX127X
|
||||||
|
bool "SX127X Low Power Long Range transceiver support"
|
||||||
|
default n
|
||||||
|
select SPI
|
||||||
|
---help---
|
||||||
|
This options adds driver support for the Samtech SX127X chip.
|
||||||
|
|
||||||
if LPWAN_SX127X
|
if LPWAN_SX127X
|
||||||
|
|
||||||
config LPWAN_SX127X_RFFREQ_DEFAULT
|
config LPWAN_SX127X_RFFREQ_DEFAULT
|
||||||
|
|||||||
Reference in New Issue
Block a user