:orphan: .. title:: CONFIG_LORA_SX127X .. kconfig:: CONFIG_LORA_SX127X CONFIG_LORA_SX127X ################## *Semtech SX127x driver* Type: ``bool`` Help ==== .. code-block:: none Enable LoRa driver for Semtech SX1272 and SX1276. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`HAS_SEMTECH_SX1272 ` if n - \ :kconfig:`HAS_SEMTECH_SX1276 ` if n Kconfig definition ================== At ``/lora/Kconfig.sx12xx:34`` 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_SX127X bool "Semtech SX127x driver" select HAS_SEMTECH_SX1272 if n select HAS_SEMTECH_SX1276 if n depends on help Enable LoRa driver for Semtech SX1272 and SX1276. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*