Skip to content
Snippets Groups Projects
Commit 9238b52a authored by Marek Vasut's avatar Marek Vasut
Browse files

arm: socfpga: Enable ethernet on ArriaV SoCDK


Synchronise the config options with Cyclone V SoCDK and other boards.
This enables ethernet on the ArriaV SoCDK.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent 476a3603
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ CONFIG_SPL=y
CONFIG_OF_CONTROL=y
CONFIG_SPL_OF_CONTROL=y
CONFIG_SPI_FLASH=y
CONFIG_DM_ETH=y
CONFIG_NETDEVICES=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_DM_GPIO=y
CONFIG_DWAPB_GPIO=y
CONFIG_SPL_DM=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment