-
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_SX1276
if nLORA_SX126X
if nLORA_SX126X
if n
Choice options¶
Kconfig definition¶
At <Zephyr>/drivers/lora/Kconfig.sx12xx:21
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" defaultLORA_SX1276
if n defaultLORA_SX126X
if n defaultLORA_SX126X
if n depends onLORA_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.)