diff mbox

[U-Boot,v2,10/12] rockchip: Enable networking support on rock2 and firefly

Message ID 1456694706-911-11-git-send-email-sjoerd.simons@collabora.co.uk
State Changes Requested
Delegated to: Simon Glass
Headers show

Commit Message

Sjoerd Simons Feb. 28, 2016, 9:25 p.m. UTC
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>
---

Changes in v2: None

 configs/firefly-rk3288_defconfig | 5 +++++
 configs/rock2_defconfig          | 5 +++++
 2 files changed, 10 insertions(+)

Comments

Simon Glass March 1, 2016, 2:03 a.m. UTC | #1
On 28 February 2016 at 14:25, Sjoerd Simons
<sjoerd.simons@collabora.co.uk> wrote:
> 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>
> ---
>
> Changes in v2: None
>
>  configs/firefly-rk3288_defconfig | 5 +++++
>  configs/rock2_defconfig          | 5 +++++
>  2 files changed, 10 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 5aa4166..2ae9ca1 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -27,6 +27,11 @@  CONFIG_LED_GPIO=y
 CONFIG_RESET=y
 CONFIG_DM_MMC=y
 CONFIG_ROCKCHIP_DWMMC=y
+CONFIG_DM_ETH=y
+CONFIG_NETDEVICES=y
+CONFIG_ETH_DESIGNWARE=y
+CONFIG_GMAC_RK3288=y
+CONFIG_SYS_I2C_ROCKCHIP=y
 CONFIG_PINCTRL=y
 CONFIG_SPL_PINCTRL=y
 # CONFIG_SPL_PINCTRL_FULL is not set
diff --git a/configs/rock2_defconfig b/configs/rock2_defconfig
index f33daf1..563305b 100644
--- a/configs/rock2_defconfig
+++ b/configs/rock2_defconfig
@@ -25,6 +25,11 @@  CONFIG_SYS_I2C_ROCKCHIP=y
 CONFIG_RESET=y
 CONFIG_DM_MMC=y
 CONFIG_ROCKCHIP_DWMMC=y
+CONFIG_DM_ETH=y
+CONFIG_NETDEVICES=y
+CONFIG_ETH_DESIGNWARE=y
+CONFIG_GMAC_RK3288=y
+CONFIG_SYS_I2C_ROCKCHIP=y
 CONFIG_PINCTRL=y
 CONFIG_SPL_PINCTRL=y
 # CONFIG_SPL_PINCTRL_FULL is not set