-
choice: LoRa Radio chipset
LoRa Radio chipset
Type: bool
Help¶
Select the LoRa modem used on your board. The default value
is discovered from the device tree and should be correct for
most users.
Defaults¶
LORA_SX127X
if nLORA_SX127X
if nLORA_SX126X
if nLORA_SX126X
if n
Choice options¶
Kconfig definition¶
At <Zephyr>/drivers/lora/Kconfig.sx12xx:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:12
→ <Zephyr>/drivers/lora/Kconfig:34
Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL] → Semtech SX-series driver
choice
bool "LoRa Radio chipset"
default LORA_SX127X if n
default LORA_SX127X if n
default LORA_SX126X if n
default LORA_SX126X if n
depends on LORA_SX12XX && LORA
help
Select the LoRa modem used on your board. The default value
is discovered from the device tree and should be correct for
most users.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)