:orphan: .. title:: choice: LoRa Radio chipset .. _choice_146: .. describe:: 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 =================== \ :option:`LORA_SX12XX ` && \ :option:`LORA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`LORA_SX1276 ` if n - \ :option:`LORA_SX126X ` if n - \ :option:`LORA_SX126X ` if n Choice options ============== - \ :option:`LORA_SX1276 ` - \ :option:`LORA_SX126X ` Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: choice bool "LoRa Radio chipset" default \ :option:`LORA_SX1276 ` if n default \ :option:`LORA_SX126X ` if n default \ :option:`LORA_SX126X ` if n depends on \ :option:`LORA_SX12XX ` && \ :option:`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.)*