From 1b0d97574a3313b9b085ff202d6388203513f95c Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Sat, 24 Sep 2022 07:30:09 +0200 Subject: [PATCH] wifi: esp32: remove unused ESP32_WIFI_{SSID,PSK} Those Kconfig options are no longer used after ESP32 WiFi driver was converted to Zephyr WiFi mgmt and the removal of platform specific `samples/boards/esp32/wifi`. Fixes: d524015f825a ("samples: boards: remove esp32 wifi sample code") Signed-off-by: Marcin Niestroj --- drivers/wifi/esp32/Kconfig.esp32 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/drivers/wifi/esp32/Kconfig.esp32 b/drivers/wifi/esp32/Kconfig.esp32 index 5abca094cfd..38688b987fa 100644 --- a/drivers/wifi/esp32/Kconfig.esp32 +++ b/drivers/wifi/esp32/Kconfig.esp32 @@ -19,16 +19,6 @@ menuconfig WIFI_ESP32 if WIFI_ESP32 -config ESP32_WIFI_SSID - string "SSID of WiFi network" - help - SSID (network name) for the application to connect to. - -config ESP32_WIFI_PASSWORD - string "Password (WPA or WPA2) of WiFi network" - help - WiFi password (WPA or WPA2) for the example to use. - config ESP32_WIFI_STA_AUTO_DHCPV4 bool "Automatically starts DHCP4 negotiation" depends on NET_DHCPV4