:orphan: .. title:: choice: In which region is the chip running? .. _choice_306: .. 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:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:32`` Menu path: (Top) → Device Drivers → 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.)*