:orphan: .. title:: choice: LoRa Radio chipset .. _choice_153: .. describe:: choice: LoRa Radio chipset *LoRa Radio chipset* Type: ``bool`` Help ==== .. code-block:: none 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_SX127X ` if n - \ :option:`LORA_SX127X ` if n - \ :option:`LORA_SX126X ` if n - \ :option:`LORA_SX126X ` if n Choice options ============== - \ :option:`LORA_SX127X ` - \ :option:`LORA_SX126X ` Kconfig definition ================== At ``/lora/Kconfig.sx12xx:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:12`` → ``/lora/Kconfig:34`` Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL] → Semtech SX-series driver .. code-block:: kconfig 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.)*