Skip to content

Commit 1b0d975

Browse files
mniestrojfabiobaltieri
authored andcommitted
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: d524015 ("samples: boards: remove esp32 wifi sample code") Signed-off-by: Marcin Niestroj <[email protected]>
1 parent 35ba982 commit 1b0d975

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/wifi/esp32/Kconfig.esp32

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ menuconfig WIFI_ESP32
1919

2020
if WIFI_ESP32
2121

22-
config ESP32_WIFI_SSID
23-
string "SSID of WiFi network"
24-
help
25-
SSID (network name) for the application to connect to.
26-
27-
config ESP32_WIFI_PASSWORD
28-
string "Password (WPA or WPA2) of WiFi network"
29-
help
30-
WiFi password (WPA or WPA2) for the example to use.
31-
3222
config ESP32_WIFI_STA_AUTO_DHCPV4
3323
bool "Automatically starts DHCP4 negotiation"
3424
depends on NET_DHCPV4

0 commit comments

Comments
 (0)