diff options
author | Tony Dinh <mibodhi@gmail.com> | 2021-07-25 23:01:18 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-07-31 09:59:58 +0200 |
commit | d29e442f85292b8e5e5cdd6a7673d458d8d0f0ef (patch) | |
tree | 2209b5c81da894608f4d806576b04509397e7de5 /configs | |
parent | 5534fb4f4833eda4e1a2df1c89a75db72e5e2008 (diff) | |
download | u-boot-d29e442f85292b8e5e5cdd6a7673d458d8d0f0ef.tar.gz |
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 <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dreamplug_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |