CONFIG_LORA_SX12XX

Semtech SX-series driver

Type: bool

Help

Enable LoRa driver for Semtech SX12xx.

Direct dependencies

SPI && LORA

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/lora/Kconfig.sx12xx:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:12<Zephyr>/drivers/lora/Kconfig:34

Menu path: (Top) → Device Drivers → LoRa support [EXPERIMENTAL]

menuconfig LORA_SX12XX
    bool "Semtech SX-series driver"
    select HAS_SEMTECH_RADIO_DRIVERS
    select HAS_SEMTECH_LORAMAC
    depends on SPI && LORA
    help
      Enable LoRa driver for Semtech SX12xx.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)