From: Tony Dinh Date: Mon, 26 Jul 2021 06:01:18 +0000 (-0700) Subject: arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configs X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=d29e442f85292b8e5e5cdd6a7673d458d8d0f0ef;p=u-boot.git arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configs Add DM_ETH, SATA_MV and associated configs to dreamplug_defconfig Signed-off-by: Tony Dinh Reviewed-by: Stefan Roese --- diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig index 288182a51b..020d8b9e41 100644 --- a/configs/dreamplug_defconfig +++ b/configs/dreamplug_defconfig @@ -49,3 +49,7 @@ CONFIG_KIRKWOOD_SPI=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_DM_ETH=y +CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_CMD_SATA=y +CONFIG_SATA_MV=y