From d29e442f85292b8e5e5cdd6a7673d458d8d0f0ef Mon Sep 17 00:00:00 2001 From: Tony Dinh Date: Sun, 25 Jul 2021 23:01:18 -0700 Subject: [PATCH] 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 --- configs/dreamplug_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig index 288182a..020d8b9 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 -- 2.7.4