aboutsummaryrefslogtreecommitdiff
path: root/configs/P2041RDB_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorMadalin Bucur <madalin.bucur@oss.nxp.com>2020-04-30 16:00:14 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-06-04 18:53:20 +0530
commitc5910337a610b245eabb7835d634124880a01ef2 (patch)
tree70de0c7b80bb29687857c6da8dd9ab5b8d7f4024 /configs/P2041RDB_SPIFLASH_defconfig
parentffe706d9b8e9680e3a739400f233798e2012f5cd (diff)
downloadu-boot-c5910337a610b245eabb7835d634124880a01ef2.zip
u-boot-c5910337a610b245eabb7835d634124880a01ef2.tar.gz
u-boot-c5910337a610b245eabb7835d634124880a01ef2.tar.bz2
configs: enable DM_ETH support for P2041RDB
Enable DM_ETH on all the defconfigs for the P2041RDB board. Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P2041RDB_SPIFLASH_defconfig')
-rw-r--r--configs/P2041RDB_SPIFLASH_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/P2041RDB_SPIFLASH_defconfig b/configs/P2041RDB_SPIFLASH_defconfig
index 78a2a97..bf8d9a2 100644
--- a/configs/P2041RDB_SPIFLASH_defconfig
+++ b/configs/P2041RDB_SPIFLASH_defconfig
@@ -17,6 +17,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_IMLS=y
CONFIG_CMD_GREPENV=y
+CONFIG_CMD_DM=y
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_SF=y
@@ -49,6 +50,8 @@ CONFIG_PHYLIB=y
CONFIG_PHYLIB_10G=y
CONFIG_PHY_TERANETICS=y
CONFIG_PHY_VITESSE=y
+CONFIG_DM_ETH=y
+CONFIG_DM_MDIO=y
CONFIG_PHY_GIGE=y
CONFIG_E1000=y
CONFIG_FMAN_ENET=y