The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_WIFI_WINC1500_BUF_CTR

Number of buffer per-buffer pool

Type: int

Help

Set the number of buffer the driver will have access to in each of its buffer pools.

Direct dependencies

WIFI_WINC1500 && WIFI

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

Defaults

Kconfig definition

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

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

config WIFI_WINC1500_BUF_CTR
    int
    prompt "Number of buffer per-buffer pool" if WIFI_WINC1500 && WIFI
    default 1 if WIFI_WINC1500 && WIFI
    depends on WIFI_WINC1500 && WIFI
    help
      Set the number of buffer the driver will have access to in each of
      its buffer pools.

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