-
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_SX1276if nLORA_SX126Xif nLORA_SX126Xif n
Choice options¶
Kconfig definition¶
At drivers/lora/Kconfig.sx12xx:21
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:12 → drivers/lora/Kconfig:34
Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL] → Semtech SX-series driver
choice
bool "LoRa Radio chipset"
default LORA_SX1276 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.)