:orphan: .. title:: CONFIG_LORA_SX12XX .. kconfig:: CONFIG_LORA_SX12XX CONFIG_LORA_SX12XX ################## *Semtech SX-series driver* Type: ``bool`` Help ==== .. code-block:: none Enable LoRa driver for Semtech SX12xx. Direct dependencies =================== \ :kconfig:`SPI ` && \ :kconfig:`LORA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_SEMTECH_RADIO_DRIVERS ` Kconfig definition ================== At ``/lora/Kconfig.sx12xx:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:12`` → ``/lora/Kconfig:35`` Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL] .. code-block:: kconfig menuconfig LORA_SX12XX bool "Semtech SX-series driver" select HAS_SEMTECH_RADIO_DRIVERS depends on SPI && LORA help Enable LoRa driver for Semtech SX12xx. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*