summaryrefslogtreecommitdiff
path: root/configs/goflexhome_defconfig
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2021-07-29 20:02:41 -0700
committerStefan Roese <sr@denx.de>2021-08-11 08:42:26 +0200
commit953b6095fcaf045f877bb71bb70bea2a062732b8 (patch)
treeabe823bb59ea55b79a39c9cd4bdf57b3ff9fb2b9 /configs/goflexhome_defconfig
parent3e5b62f78888740530e6f3a2e989f4c361a9d52b (diff)
arm: kirkwood: GoFlex Home: Add DM Ethernet, remove IDE, and add DM SATA configs
Add DM_ETH, SATA_MV and associated configs to goflexhome_defconfig. Signed-off-by: Tony Dinh <mibodhi@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/goflexhome_defconfig')
-rw-r--r--configs/goflexhome_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/goflexhome_defconfig b/configs/goflexhome_defconfig
index 7207fa27e0..17adeca92f 100644
--- a/configs/goflexhome_defconfig
+++ b/configs/goflexhome_defconfig
@@ -16,7 +16,6 @@ CONFIG_CONSOLE_MUX=y
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SYS_PROMPT="GoFlexHome> "
# CONFIG_CMD_FLASH is not set
-CONFIG_CMD_IDE=y
CONFIG_CMD_NAND=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
@@ -48,3 +47,7 @@ CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
+CONFIG_CMD_SATA=y
+CONFIG_SATA_MV=y
+CONFIG_DM_ETH=y
+CONFIG_NET_RANDOM_ETHADDR=y