summaryrefslogtreecommitdiffstats
path: root/configs/socfpga_arria5_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-08-19 07:44:39 +0200
committerMarek Vasut <marex@denx.de>2015-08-23 11:56:21 +0200
commit9238b52abd788cf4c2311896a5ada34ecff5499c (patch)
tree22d57ad03db2ed822dbc2a8967e1961ab58d94c9 /configs/socfpga_arria5_defconfig
parent476a36032ddddca940db756da0a33a4245cc327d (diff)
downloadtalos-obmc-uboot-9238b52abd788cf4c2311896a5ada34ecff5499c.tar.gz
talos-obmc-uboot-9238b52abd788cf4c2311896a5ada34ecff5499c.zip
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: Marek Vasut <marex@denx.de>
Diffstat (limited to 'configs/socfpga_arria5_defconfig')
-rw-r--r--configs/socfpga_arria5_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/socfpga_arria5_defconfig b/configs/socfpga_arria5_defconfig
index eb3bf1b5ee..74184a00ff 100644
--- a/configs/socfpga_arria5_defconfig
+++ b/configs/socfpga_arria5_defconfig
@@ -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
OpenPOWER on IntegriCloud