Skip to content

Commit c9e1ff3

Browse files
Marek Matejkartben
Marek Matej
authored andcommitted
samples: net: wifi: esp32: Enable config by driver
Move repeated config NET_L2_ETHERNET under the driver Kconfig. Signed-off-by: Marek Matej <[email protected]>
1 parent 4d78218 commit c9e1ff3

File tree

7 files changed

+1
-6
lines changed

7 files changed

+1
-6
lines changed

drivers/wifi/esp32/Kconfig.esp32

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ menuconfig WIFI_ESP32
88
depends on !SMP
99
select THREAD_CUSTOM_DATA
1010
select NET_L2_WIFI_MGMT
11+
select NET_L2_ETHERNET
1112
select WIFI_USE_NATIVE_NETWORKING
1213
select MBEDTLS
1314
select THREAD_STACK_INFO

samples/net/wifi/shell/socs/esp32_procpu.conf

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_WIFI=y
22

33
CONFIG_NETWORKING=y
4-
CONFIG_NET_L2_ETHERNET=y
54

65
CONFIG_NET_IPV6=n
76
CONFIG_NET_IPV4=y

samples/net/wifi/shell/socs/esp32c3.conf

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_WIFI=y
22

33
CONFIG_NETWORKING=y
4-
CONFIG_NET_L2_ETHERNET=y
54

65
CONFIG_NET_IPV6=n
76
CONFIG_NET_IPV4=y

samples/net/wifi/shell/socs/esp32c3_usb.conf

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_WIFI=y
22

33
CONFIG_NETWORKING=y
4-
CONFIG_NET_L2_ETHERNET=y
54

65
CONFIG_NET_IPV6=n
76
CONFIG_NET_IPV4=y

samples/net/wifi/shell/socs/esp32c6_hpcore.conf

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_WIFI=y
22

33
CONFIG_NETWORKING=y
4-
CONFIG_NET_L2_ETHERNET=y
54

65
CONFIG_NET_IPV6=n
76
CONFIG_NET_IPV4=y

samples/net/wifi/shell/socs/esp32s2.conf

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_WIFI=y
22

33
CONFIG_NETWORKING=y
4-
CONFIG_NET_L2_ETHERNET=y
54

65
CONFIG_NET_IPV6=n
76
CONFIG_NET_IPV4=y

samples/net/wifi/shell/socs/esp32s3_procpu.conf

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CONFIG_WIFI=y
22

33
CONFIG_NETWORKING=y
4-
CONFIG_NET_L2_ETHERNET=y
54

65
CONFIG_NET_IPV6=n
76
CONFIG_NET_IPV4=y

0 commit comments

Comments
 (0)