diff mbox series

[6/8] ARM: geekbox: Enable the rk3368 network driver

Message ID 20210402214801.1159432-6-pbrobinson@gmail.com
State Changes Requested
Delegated to: Kever Yang
Headers show
Series [1/8] ARM: dragonboard410c: Enable DM_ETH | expand

Commit Message

Peter Robinson April 2, 2021, 9:47 p.m. UTC
There's currently no network enabled in the geekbox
but we now have all the bits in place so enable the
driver and DM_ETH to fix the warning.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: "Andreas Färber" <afaerber@suse.de>
---
 configs/geekbox_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Kever Yang April 7, 2021, 3:20 a.m. UTC | #1
On 2021/4/3 上午5:47, Peter Robinson wrote:
> There's currently no network enabled in the geekbox
> but we now have all the bits in place so enable the
> driver and DM_ETH to fix the warning.
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> Cc: "Andreas Färber" <afaerber@suse.de>

Reviewd-by: Kever Yang <kever.yang@rock-chips.com>


Thanks,
- Kever
> ---
>   configs/geekbox_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/configs/geekbox_defconfig b/configs/geekbox_defconfig
> index 4f0191cc00..94df408d09 100644
> --- a/configs/geekbox_defconfig
> +++ b/configs/geekbox_defconfig
> @@ -19,6 +19,8 @@ CONFIG_BOUNCE_BUFFER=y
>   CONFIG_CLK=y
>   CONFIG_PINCTRL=y
>   CONFIG_RAM=y
> +CONFIG_DM_ETH=y
> +CONFIG_GMAC_ROCKCHIP=y
>   CONFIG_DEBUG_UART_SHIFT=2
>   CONFIG_DEBUG_UART_ANNOUNCE=y
>   CONFIG_DEBUG_UART_SKIP_INIT=y
diff mbox series

Patch

diff --git a/configs/geekbox_defconfig b/configs/geekbox_defconfig
index 4f0191cc00..94df408d09 100644
--- a/configs/geekbox_defconfig
+++ b/configs/geekbox_defconfig
@@ -19,6 +19,8 @@  CONFIG_BOUNCE_BUFFER=y
 CONFIG_CLK=y
 CONFIG_PINCTRL=y
 CONFIG_RAM=y
+CONFIG_DM_ETH=y
+CONFIG_GMAC_ROCKCHIP=y
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_DEBUG_UART_SKIP_INIT=y