summaryrefslogtreecommitdiff
path: root/configs/phycore-imx8mp_defconfig
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2021-07-07 15:58:00 +0300
committerStefano Babic <sbabic@denx.de>2021-07-10 17:53:34 +0300
commit60f64bec414e139baa8764b56071eb22a1460c36 (patch)
tree2da1036842597a2feeac8cd1dabe9f6b1f0ccced /configs/phycore-imx8mp_defconfig
parent1feac813fe54ff6466ea2d575960bc1de45b0e5c (diff)
downloadu-boot-60f64bec414e139baa8764b56071eb22a1460c36.tar.xz
board: phytec: phycore_imx8mp: Add fec support
Enable support for the fec ethernet on phyCORE-i.MX8MP. Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/phycore-imx8mp_defconfig')
-rw-r--r--configs/phycore-imx8mp_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index 7f21e8888e..a22f5e089d 100644
--- a/configs/phycore-imx8mp_defconfig
+++ b/configs/phycore-imx8mp_defconfig
@@ -58,6 +58,7 @@ CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_SYS_MMC_ENV_DEV=2
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
+CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_SPL_DM=y
CONFIG_CLK_COMPOSITE_CCF=y
CONFIG_CLK_IMX8MP=y
@@ -79,7 +80,13 @@ CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS400_ES_SUPPORT=y
CONFIG_MMC_HS400_SUPPORT=y
CONFIG_FSL_ESDHC_IMX=y
+CONFIG_PHYLIB=y
+CONFIG_PHY_TI_DP83867=y
CONFIG_DM_ETH=y
+CONFIG_DM_ETH_PHY=y
+CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
+CONFIG_MII=y
CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
CONFIG_PINCTRL_IMX8M=y