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