- 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.
Direct dependencies
LORA_SX12XX
&& LORA
(Includes any dependencies from ifs and menus.)
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:42
→ <Zephyr>/drivers/Kconfig:12
→ <Zephyr>/drivers/lora/Kconfig:36
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
default LORA_STM32WL_SUBGHZ_RADIO 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.)