choice LORAMAC_REGION: LoRaWAN Region Selection

LoRaWAN Region Selection

Type: bool

Help

Select the LoRaWAN region.

Direct dependencies

LORAWAN

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr Subsystem>/lorawan/Kconfig:27

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:33

Menu path: (Top) → Sub Systems and OS Services → LoRaWAN support [EXPERIMENTAL]

choice LORAMAC_REGION
    bool "LoRaWAN Region Selection"
    default LORAMAC_REGION_UNKNOWN
    depends on LORAWAN
    help
      Select the LoRaWAN region.

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