:orphan: .. title:: CONFIG_WIFI_ESWIFI_SHELL .. kconfig:: CONFIG_WIFI_ESWIFI_SHELL CONFIG_WIFI_ESWIFI_SHELL ######################## *esWiFi shell* Type: ``bool`` Help ==== .. code-block:: none Enable esWiFi shell Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`WIFI_ESWIFI ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/wifi/eswifi/Kconfig.eswifi:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:34`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Inventek eS-WiFi support .. code-block:: kconfig config WIFI_ESWIFI_SHELL bool "esWiFi shell" depends on SHELL && WIFI_ESWIFI && WIFI help Enable esWiFi shell *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*