CONFIG_HAS_SEMTECH_LORAMAC¶
Semtech LoRaMac Stack
Semtech LoRaMac Stack
Type: bool
Help¶
This option enables the use of Semtech's LoRaMac stack
Help¶
This option enables the use of Semtech's LoRaMac stack
Direct dependencies¶
HAS_SEMTECH_RADIO_DRIVERS || (HAS_SEMTECH_RADIO_DRIVERS && 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definitions¶
At <External Modules>/loramac-node/Kconfig:27
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:6 → <BuildDir>/kconfig/Kconfig.modules:20
Menu path: (Top) → Modules → loramac-node (/home/runner/work/bridle/bridle/workspace/modules/lib/loramac-node) → Semtech LoRa Radio Drivers
config HAS_SEMTECH_LORAMAC
    bool "Semtech LoRaMac Stack"
    depends on HAS_SEMTECH_RADIO_DRIVERS
    help
      This option enables the use of Semtech's LoRaMac stack
At <External Modules>/loramac-node/Kconfig:27
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:74
Menu path: (Top) → Modules → Semtech LoRa Radio Drivers
config HAS_SEMTECH_LORAMAC
    bool "Semtech LoRaMac Stack"
    depends on HAS_SEMTECH_RADIO_DRIVERS && 0
    help
      This option enables the use of Semtech's LoRaMac stack
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)