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>
This commit is contained in:
parent
3e5b62f788
commit
953b6095fc
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue