Message ID | 20220107180314.1816515-7-marcel@ziswiler.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: prepare and add verdin imx8m mini support | expand |
On 07/01/2022 19:03, Marcel Ziswiler wrote: > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > Build Realtek Gigabit Ethernet driver as a module. Why? We see what the patch does easily, so no really need of explaining it. What is needed here is to explain why do you do it? What board needs it? > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> > --- > > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index a18785a827dc..86d39d8456c1 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -338,6 +338,7 @@ CONFIG_MLX5_CORE=m > CONFIG_MLX5_CORE_EN=y > CONFIG_QCOM_EMAC=m > CONFIG_RMNET=m > +CONFIG_R8169=m > CONFIG_SH_ETH=y > CONFIG_RAVB=y > CONFIG_SMC91X=y > Best regards, Krzysztof
On Mon, 2022-01-10 at 09:40 +0100, Krzysztof Kozlowski wrote: > On 07/01/2022 19:03, Marcel Ziswiler wrote: > > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > > > Build Realtek Gigabit Ethernet driver as a module. > > Why? > > We see what the patch does easily, so no really need of explaining it. > What is needed here is to explain why do you do it? What board needs it? Yes, I will do so in v2. Thanks! [snip] > Best regards, > Krzysztof Cheers Marcel
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a18785a827dc..86d39d8456c1 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -338,6 +338,7 @@ CONFIG_MLX5_CORE=m CONFIG_MLX5_CORE_EN=y CONFIG_QCOM_EMAC=m CONFIG_RMNET=m +CONFIG_R8169=m CONFIG_SH_ETH=y CONFIG_RAVB=y CONFIG_SMC91X=y