summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Protsenko <[email protected]>2025-08-06 17:27:10 -0500
committerMinkyu Kang <[email protected]>2025-09-01 16:37:13 +0900
commite1d02147b3f015139e3dcc705a97486b07b640ca (patch)
tree45efe923a9e22aede9f6a09127855bf6eb70789d
parent88a465b47cd625775cc0a693b1d86914ca76cf5f (diff)
configs: e850-96: Enable Ethernet
LAN9514 is a chip on E850-96 board which acts as a USB host hub and Ethernet controller. It's controlled via USB lines when DWC3 is configured to be in USB host role (by setting the "dr_mode" property to "host" value in e850-96 dts file). Enable network support and LAN9514 chip support. This makes Ethernet functional on E850-96 board. Signed-off-by: Sam Protsenko <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
-rw-r--r--configs/e850-96_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/e850-96_defconfig b/configs/e850-96_defconfig
index d7cd1b4b8ba..8f9659ce050 100644
--- a/configs/e850-96_defconfig
+++ b/configs/e850-96_defconfig
@@ -42,7 +42,7 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_REDUNDANT=y
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
CONFIG_ENV_MMC_EMMC_HW_PARTITION=2
-CONFIG_NO_NET=y
+CONFIG_NET_LWIP=y
CONFIG_CLK_EXYNOS850=y
CONFIG_DFU_MMC=y
CONFIG_USB_FUNCTION_FASTBOOT=y
@@ -70,6 +70,8 @@ CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_XHCI_DWC3_OF_SIMPLE=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GENERIC=y
+CONFIG_USB_HOST_ETHER=y
+CONFIG_USB_ETHER_SMSC95XX=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_MANUFACTURER="Samsung"
CONFIG_USB_GADGET_VENDOR_NUM=0x18d1