:orphan: .. title:: WIFI .. option:: CONFIG_WIFI *add support for Wi-Fi Drivers* Type: ``bool`` Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:70`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig WIFI bool "add support for Wi-Fi Drivers" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*