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