Skip to content
Snippets Groups Projects
Commit 26d926d6 authored by Suniel Mahesh's avatar Suniel Mahesh Committed by Stefano Babic
Browse files

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: default avatarSuniel Mahesh <sunil.m@techveda.org>
parent 7f681b3d
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ CONFIG_DM_PMIC=y ...@@ -84,6 +84,7 @@ CONFIG_DM_PMIC=y
CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR=y
CONFIG_SPI=y CONFIG_SPI=y
CONFIG_MXC_SPI=y CONFIG_MXC_SPI=y
CONFIG_DM_ETH=y
CONFIG_USB=y CONFIG_USB=y
CONFIG_DM_USB=y CONFIG_DM_USB=y
CONFIG_USB_KEYBOARD=y CONFIG_USB_KEYBOARD=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment