Skip to content

Commit f9d4c38

Browse files
authored
Enable Ethernet configuration in defconfig
1 parent 44056f4 commit f9d4c38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configs/defconfig.esp32u

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
2525

2626
CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR=y
2727

28-
# CONFIG_ETH_ENABLED is not set
28+
CONFIG_ETH_ENABLED=y
29+
CONFIG_ETH_USE_ESP32_EMAC=y
30+
CONFIG_ETH_PHY_INTERFACE_RMII=y
31+
CONFIG_ETH_USE_SPI_ETHERNET=y
2932

3033
# CONFIG_SPIRAM is not set
3134

0 commit comments

Comments
 (0)