:orphan: .. title:: choice: In which region is the chip running? .. _choice_361: .. describe:: choice: In which region is the chip running? *In which region is the chip running?* Type: ``bool`` Direct dependencies =================== \ :option:`WIFI_WINC1500 ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`WIFI_WINC1500_REGION_NORTH_AMERICA ` Choice options ============== - \ :option:`WIFI_WINC1500_REGION_NORTH_AMERICA ` - \ :option:`WIFI_WINC1500_REGION_EUROPE ` - \ :option:`WIFI_WINC1500_REGION_ASIA ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/winc1500/Kconfig.winc1500:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:70`` → ``drivers/wifi/Kconfig:32`` Menu path: (Top) → Device Drivers → add support for Wi-Fi Drivers → WINC1500 driver support .. parsed-literal:: choice bool "In which region is the chip running?" default \ :option:`WIFI_WINC1500_REGION_NORTH_AMERICA ` depends on \ :option:`WIFI_WINC1500 ` && \ :option:`WIFI ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*