:orphan: .. title:: CONFIG_LORA_STM32WL_SUBGHZ_RADIO .. kconfig:: CONFIG_LORA_STM32WL_SUBGHZ_RADIO CONFIG_LORA_STM32WL_SUBGHZ_RADIO ################################ *STM32WL SUBGHZ radio driver* Type: ``bool`` Help ==== .. code-block:: none Enable LoRa driver for STM32WL SUBGHZ radio. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`HAS_SEMTECH_SX126X ` Kconfig definition ================== At ``/lora/Kconfig.sx12xx:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:12`` → ``/lora/Kconfig:35`` Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL] → Semtech SX-series driver → LoRa Radio chipset .. code-block:: kconfig config LORA_STM32WL_SUBGHZ_RADIO bool "STM32WL SUBGHZ radio driver" select HAS_SEMTECH_SX126X depends on help Enable LoRa driver for STM32WL SUBGHZ radio. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*