:orphan: .. title:: choice: LoRa Radio chipset .. _choice_282: .. 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 =================== \ :kconfig:`LORA_SX12XX ` && \ :kconfig:`LORA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`LORA_SX127X ` if n - \ :kconfig:`LORA_SX127X ` if n - \ :kconfig:`LORA_SX126X ` if n - \ :kconfig:`LORA_SX126X ` if n - \ :kconfig:`LORA_STM32WL_SUBGHZ_RADIO ` if n Choice options ============== - \ :kconfig:`LORA_SX127X ` - \ :kconfig:`LORA_SX126X ` - \ :kconfig:`LORA_STM32WL_SUBGHZ_RADIO ` Kconfig definition ================== At ``/lora/Kconfig.sx12xx:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:12`` → ``/lora/Kconfig:35`` 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 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.)*