diff mbox series

[5/8] ARM: Rock: Disable network support

Message ID 20210402214801.1159432-5-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 not currently any network support on the rock but
the minor network config still triggers the DM_ETH warning
even though there's no even a USB network interface so lets
disable network support to mitigate the warning.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Heiko Stuebner <heiko@sntech.de>
---
 configs/rock_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Kever Yang April 7, 2021, 3:21 a.m. UTC | #1
On 2021/4/3 上午5:47, Peter Robinson wrote:
> There's not currently any network support on the rock but
> the minor network config still triggers the DM_ETH warning
> even though there's no even a USB network interface so lets
> disable network support to mitigate the warning.
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> Cc: Heiko Stuebner <heiko@sntech.de>

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


Thanks,
- Kever
> ---
>   configs/rock_defconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/configs/rock_defconfig b/configs/rock_defconfig
> index cf23a10455..63a9b5c05a 100644
> --- a/configs/rock_defconfig
> +++ b/configs/rock_defconfig
> @@ -39,6 +39,7 @@ CONFIG_SYSCON=y
>   CONFIG_CLK=y
>   CONFIG_ROCKCHIP_GPIO=y
>   CONFIG_SYS_I2C_ROCKCHIP=y
> +# CONFIG_NET is not set
>   CONFIG_LED=y
>   CONFIG_MMC_DW=y
>   CONFIG_MMC_DW_ROCKCHIP=y
diff mbox series

Patch

diff --git a/configs/rock_defconfig b/configs/rock_defconfig
index cf23a10455..63a9b5c05a 100644
--- a/configs/rock_defconfig
+++ b/configs/rock_defconfig
@@ -39,6 +39,7 @@  CONFIG_SYSCON=y
 CONFIG_CLK=y
 CONFIG_ROCKCHIP_GPIO=y
 CONFIG_SYS_I2C_ROCKCHIP=y
+# CONFIG_NET is not set
 CONFIG_LED=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_ROCKCHIP=y