The latest development version of this page may be more current than this released 1.14.0 version.
choice: In which region is the chip running?

In which region is the chip running?

Type: bool

Direct dependencies

WIFI_WINC1500 && WIFI

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/wifi/winc1500/Kconfig.winc1500:64

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:76drivers/wifi/Kconfig:35

Menu path: (top menu) → Device Drivers → add support for WiFi Drivers → WINC1500 driver support

choice
    bool
    prompt "In which region is the chip running?" if WIFI_WINC1500 && WIFI
    default WIFI_WINC1500_REGION_NORTH_AMERICA if WIFI_WINC1500 && WIFI
    depends on WIFI_WINC1500 && WIFI

(Definitions include propagated dependencies, including from if’s and menus.)