:orphan: .. title:: LORA_SX1276 .. option:: CONFIG_LORA_SX1276 *Semtech SX1276 driver* Type: ``bool`` Help ==== Enable LoRa driver for Semtech SX1276. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`HAS_SEMTECH_SX1276 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/lora/Kconfig.sx12xx:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:12`` → ``drivers/lora/Kconfig:34`` Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL] → Semtech SX-series driver → LoRa Radio chipset .. parsed-literal:: config LORA_SX1276 bool "Semtech SX1276 driver" select \ :option:`HAS_SEMTECH_SX1276 ` depends on \ :ref:` ` help Enable LoRa driver for Semtech SX1276. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*