aboutsummaryrefslogtreecommitdiff
path: root/configs/cm_fx6_defconfig
diff options
context:
space:
mode:
authorSuniel Mahesh <sunil.m@techveda.org>2019-11-20 15:25:01 +0530
committerStefano Babic <sbabic@denx.de>2020-01-07 10:26:56 +0100
commit26d926d616f388accff45e9845e11f1de60674e9 (patch)
treeb5dd0e76dc1cb23913e1d2738fe391edd8b16822 /configs/cm_fx6_defconfig
parent7f681b3d75e99b7f64ee7906f2827e22fbadda65 (diff)
downloadu-boot-26d926d616f388accff45e9845e11f1de60674e9.zip
u-boot-26d926d616f388accff45e9845e11f1de60674e9.tar.gz
u-boot-26d926d616f388accff45e9845e11f1de60674e9.tar.bz2
board: cm_fx6: Enable CONFIG_DM_ETH
Enable CONFIG_DM_ETH to remove compile warning on CM-FX6 SOM based target: ===================== WARNING ====================== This board does not use CONFIG_DM_ETH (Driver Model for Ethernet drivers). Please update the board to use CONFIG_DM_ETH before the v2020.07 release. ==================================================== Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Diffstat (limited to 'configs/cm_fx6_defconfig')
-rw-r--r--configs/cm_fx6_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig
index ce78cf8..9bf6da1 100644
--- a/configs/cm_fx6_defconfig
+++ b/configs/cm_fx6_defconfig
@@ -84,6 +84,7 @@ CONFIG_DM_PMIC=y
CONFIG_DM_REGULATOR=y
CONFIG_SPI=y
CONFIG_MXC_SPI=y
+CONFIG_DM_ETH=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_KEYBOARD=y