Commit 8c3018e7125c159a3190b5f8bdf2442417402920

Authored by Sjoerd Simons
Committed by Simon Glass
1 parent 0125bcf01c

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>

Showing 2 changed files with 8 additions and 0 deletions Side-by-side Diff

configs/firefly-rk3288_defconfig
... ... @@ -45,6 +45,10 @@
45 45 CONFIG_LED_GPIO=y
46 46 CONFIG_MMC_DW=y
47 47 CONFIG_MMC_DW_ROCKCHIP=y
  48 +CONFIG_DM_ETH=y
  49 +CONFIG_NETDEVICES=y
  50 +CONFIG_ETH_DESIGNWARE=y
  51 +CONFIG_GMAC_ROCKCHIP=y
48 52 CONFIG_PINCTRL=y
49 53 CONFIG_SPL_PINCTRL=y
50 54 # CONFIG_SPL_PINCTRL_FULL is not set
configs/rock2_defconfig
... ... @@ -43,6 +43,10 @@
43 43 CONFIG_SYS_I2C_ROCKCHIP=y
44 44 CONFIG_MMC_DW=y
45 45 CONFIG_MMC_DW_ROCKCHIP=y
  46 +CONFIG_DM_ETH=y
  47 +CONFIG_NETDEVICES=y
  48 +CONFIG_ETH_DESIGNWARE=y
  49 +CONFIG_GMAC_ROCKCHIP=y
46 50 CONFIG_PINCTRL=y
47 51 CONFIG_SPL_PINCTRL=y
48 52 # CONFIG_SPL_PINCTRL_FULL is not set