-
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.
Default¶
1
Kconfig definition¶
At <Zephyr>/drivers/wifi/winc1500/Kconfig.winc1500:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:76
→ <Zephyr>/drivers/wifi/Kconfig:32
Menu path: (Top) → Device Drivers → Wi-Fi Drivers → WINC1500 driver support
config WIFI_WINC1500_BUF_CTR
int "Number of buffer per-buffer pool"
default 1
depends on WIFI_WINC1500 && WIFI
help
Set the number of buffer the driver will have access to in each of
its buffer pools.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)