From daacc8c2972655cb0e1555ed46a14cc617bbb50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 19 Feb 2025 18:20:22 +0100 Subject: [PATCH] samples: net: wifi: remove redundant options from esp32 conf overlays MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A lot of the config options are already set in the prj.conf. Signed-off-by: Benjamin Cabé --- samples/net/wifi/shell/socs/esp32_procpu.conf | 9 --------- samples/net/wifi/shell/socs/esp32c3.conf | 9 --------- samples/net/wifi/shell/socs/esp32c3_usb.conf | 9 --------- samples/net/wifi/shell/socs/esp32c6_hpcore.conf | 9 --------- samples/net/wifi/shell/socs/esp32s2.conf | 10 ---------- samples/net/wifi/shell/socs/esp32s3_procpu.conf | 9 --------- 6 files changed, 55 deletions(-) diff --git a/samples/net/wifi/shell/socs/esp32_procpu.conf b/samples/net/wifi/shell/socs/esp32_procpu.conf index 3de7f87389d..97ce6b96475 100644 --- a/samples/net/wifi/shell/socs/esp32_procpu.conf +++ b/samples/net/wifi/shell/socs/esp32_procpu.conf @@ -1,10 +1 @@ -CONFIG_WIFI=y - -CONFIG_NETWORKING=y - -CONFIG_NET_IPV6=n -CONFIG_NET_IPV4=y -CONFIG_NET_DHCPV4=y CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y - -CONFIG_NET_LOG=y diff --git a/samples/net/wifi/shell/socs/esp32c3.conf b/samples/net/wifi/shell/socs/esp32c3.conf index 3de7f87389d..97ce6b96475 100644 --- a/samples/net/wifi/shell/socs/esp32c3.conf +++ b/samples/net/wifi/shell/socs/esp32c3.conf @@ -1,10 +1 @@ -CONFIG_WIFI=y - -CONFIG_NETWORKING=y - -CONFIG_NET_IPV6=n -CONFIG_NET_IPV4=y -CONFIG_NET_DHCPV4=y CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y - -CONFIG_NET_LOG=y diff --git a/samples/net/wifi/shell/socs/esp32c3_usb.conf b/samples/net/wifi/shell/socs/esp32c3_usb.conf index 3de7f87389d..97ce6b96475 100644 --- a/samples/net/wifi/shell/socs/esp32c3_usb.conf +++ b/samples/net/wifi/shell/socs/esp32c3_usb.conf @@ -1,10 +1 @@ -CONFIG_WIFI=y - -CONFIG_NETWORKING=y - -CONFIG_NET_IPV6=n -CONFIG_NET_IPV4=y -CONFIG_NET_DHCPV4=y CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y - -CONFIG_NET_LOG=y diff --git a/samples/net/wifi/shell/socs/esp32c6_hpcore.conf b/samples/net/wifi/shell/socs/esp32c6_hpcore.conf index 3de7f87389d..97ce6b96475 100644 --- a/samples/net/wifi/shell/socs/esp32c6_hpcore.conf +++ b/samples/net/wifi/shell/socs/esp32c6_hpcore.conf @@ -1,10 +1 @@ -CONFIG_WIFI=y - -CONFIG_NETWORKING=y - -CONFIG_NET_IPV6=n -CONFIG_NET_IPV4=y -CONFIG_NET_DHCPV4=y CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y - -CONFIG_NET_LOG=y diff --git a/samples/net/wifi/shell/socs/esp32s2.conf b/samples/net/wifi/shell/socs/esp32s2.conf index f2404a40ada..97ce6b96475 100644 --- a/samples/net/wifi/shell/socs/esp32s2.conf +++ b/samples/net/wifi/shell/socs/esp32s2.conf @@ -1,11 +1 @@ -CONFIG_WIFI=y - -CONFIG_NETWORKING=y - -CONFIG_NET_IPV6=n -CONFIG_NET_IPV4=y -CONFIG_NET_DHCPV4=y CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y - -CONFIG_LOG_MODE_MINIMAL=y -CONFIG_NET_LOG=y diff --git a/samples/net/wifi/shell/socs/esp32s3_procpu.conf b/samples/net/wifi/shell/socs/esp32s3_procpu.conf index 3de7f87389d..97ce6b96475 100644 --- a/samples/net/wifi/shell/socs/esp32s3_procpu.conf +++ b/samples/net/wifi/shell/socs/esp32s3_procpu.conf @@ -1,10 +1 @@ -CONFIG_WIFI=y - -CONFIG_NETWORKING=y - -CONFIG_NET_IPV6=n -CONFIG_NET_IPV4=y -CONFIG_NET_DHCPV4=y CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y - -CONFIG_NET_LOG=y