summaryrefslogtreecommitdiff
path: root/configs/rock2_defconfig
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2017-01-11 11:46:12 +0100
committerSimon Glass <sjg@chromium.org>2017-01-11 20:24:19 -0700
commit8c3018e7125c159a3190b5f8bdf2442417402920 (patch)
treefea744455eeedf4851d01e4b718454735c018870 /configs/rock2_defconfig
parent0125bcf01cfb0715b35ab9d5325479b3953bb966 (diff)
rockchip: Enable networking support on rock2 and firefly
Enable the various configuration option required to get the ethernet interface up and running on Radxa Rock2 and Firefly. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Romain Perier <romain.perier@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/rock2_defconfig')
-rw-r--r--configs/rock2_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/rock2_defconfig b/configs/rock2_defconfig
index a3b0c87688..95adbdf99c 100644
--- a/configs/rock2_defconfig
+++ b/configs/rock2_defconfig
@@ -43,6 +43,10 @@ CONFIG_ROCKCHIP_GPIO=y
CONFIG_SYS_I2C_ROCKCHIP=y
CONFIG_MMC_DW=y
CONFIG_MMC_DW_ROCKCHIP=y
+CONFIG_DM_ETH=y
+CONFIG_NETDEVICES=y
+CONFIG_ETH_DESIGNWARE=y
+CONFIG_GMAC_ROCKCHIP=y
CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
# CONFIG_SPL_PINCTRL_FULL is not set