[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220209100055.181389-10-marcel@ziswiler.com>
Date: Wed, 9 Feb 2022 11:00:52 +0100
From: Marcel Ziswiler <marcel@...wiler.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: Marek Vasut <marek.vasut@...il.com>,
Marcel Ziswiler <marcel.ziswiler@...adex.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
Adam Ford <aford173@...il.com>, Arnd Bergmann <arnd@...db.de>,
Biju Das <biju.das.jz@...renesas.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Catalin Marinas <catalin.marinas@....com>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Krzysztof Kozlowski <krzk@...nel.org>,
Olof Johansson <olof@...om.net>,
Shawn Guo <shawnguo@...nel.org>, Will Deacon <will@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH v5 09/12] arm64: defconfig: build r8169 as a module
From: Marcel Ziswiler <marcel.ziswiler@...adex.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@...adex.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
---
(no changes since v3)
Changes in v3:
- Add Krzysztof's reviewed-by tag.
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(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 27afe24a025a..76334cb698af 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -339,6 +339,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
--
2.33.1
Powered by blists - more mailing lists