choice: 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>/subsys/lorawan/Kconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:30

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

choice
    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.)