configs: stih410-b2260: Enable DM_ETH flag
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 15 Nov 2019 10:57:03 +0000 (11:57 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Tue, 26 Nov 2019 09:11:18 +0000 (10:11 +0100)
This patch allows to fix the following compilation warning:

===================== 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. Failure to
update by the deadline may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
configs/stih410-b2260_defconfig

index 3c159ce39dd0aac6da08c86f75b6a789a977bcf3..0b189710873e93dfb9db31efb0e21853e2708486 100644 (file)
@@ -33,6 +33,7 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
 CONFIG_MISC=y
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_STI=y
+CONFIG_DM_ETH=y
 CONFIG_PHY=y
 CONFIG_STI_USB_PHY=y
 CONFIG_PINCTRL=y