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