Message ID | 20220114141507.395271-9-marcel@ziswiler.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,01/11] arm64: dts: imx8mm: fix strange hex notation | expand |
On 14/01/2022 15:15, Marcel Ziswiler wrote: > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > Build Realtek Gigabit Ethernet driver as a module. > > Network cards based on chipsets this driver supports are ubiquitous both > in regular PCIe as well as mini-PCIe and nowadays even various M.2 > formats. It is therefore a suitable card to be used for any kind of PCIe > and/or Gigabit Ethernet testing. As it is not designed in, just enabling > it as a module seems most suitable. > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > --- > > Changes in v2: > - Explain why enabling it may be a good idea as requested by Krzysztof. > > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Best regards, Krzysztof
On 14/01/2022 15:15, Marcel Ziswiler wrote: > From: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > Build Realtek Gigabit Ethernet driver as a module. > > Network cards based on chipsets this driver supports are ubiquitous both > in regular PCIe as well as mini-PCIe and nowadays even various M.2 > formats. It is therefore a suitable card to be used for any kind of PCIe > and/or Gigabit Ethernet testing. As it is not designed in, just enabling > it as a module seems most suitable. > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> > > --- > > Changes in v2: > - Explain why enabling it may be a good idea as requested by Krzysztof. > > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3d200a149a88..f80d7fb53b7e 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