:orphan: .. title:: choice: LoRaWAN Region Selection .. _choice_375: .. describe:: choice: LoRaWAN Region Selection *LoRaWAN Region Selection* Type: ``bool`` Help ==== Select the LoRaWAN region. Direct dependencies =================== \ :option:`LORAWAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LORAMAC_REGION_UNKNOWN ` Choice options ============== - \ :option:`LORAMAC_REGION_UNKNOWN ` - \ :option:`LORAMAC_REGION_AS923 ` - \ :option:`LORAMAC_REGION_AU915 ` - \ :option:`LORAMAC_REGION_CN470 ` - \ :option:`LORAMAC_REGION_CN779 ` - \ :option:`LORAMAC_REGION_EU433 ` - \ :option:`LORAMAC_REGION_EU868 ` - \ :option:`LORAMAC_REGION_KR920 ` - \ :option:`LORAMAC_REGION_IN865 ` - \ :option:`LORAMAC_REGION_US915 ` - \ :option:`LORAMAC_REGION_RU864 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/lorawan/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:33`` Menu path: (Top) → Sub Systems and OS Services → LoRaWAN support [EXPERIMENTAL] .. parsed-literal:: choice bool "LoRaWAN Region Selection" default \ :option:`LORAMAC_REGION_UNKNOWN ` depends on \ :option:`LORAWAN ` help Select the LoRaWAN region. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*