add custom menuconfig for wifi

used later

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-06 22:50:05 +02:00
parent f520883b8b
commit 4dfc5e9a9b

View File

@@ -0,0 +1,13 @@
menu "WiFi Configuration Options"
config WIFI_SSID
string "WIFI SSID"
default ""
help
SSID of the WiFi network to connect to.
config WIFI_PASSWORD
string "WIFI Password"
default ""
help
Password of the WiFi network to connect to.
endmenu