From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 670FCC433EF for ; Sat, 15 Jan 2022 16:47:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233185AbiAOQrf (ORCPT ); Sat, 15 Jan 2022 11:47:35 -0500 Received: from mail-wm1-f52.google.com ([209.85.128.52]:44562 "EHLO mail-wm1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232276AbiAOQrd (ORCPT ); Sat, 15 Jan 2022 11:47:33 -0500 Received: by mail-wm1-f52.google.com with SMTP id f141-20020a1c1f93000000b003497aec3f86so11826058wmf.3 for ; Sat, 15 Jan 2022 08:47:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=UuQGHzFQyjD5NAaAWYOOEzPz/4Y/EXTKf8414g9pUU8=; b=CEOzYTJqPlkVBLPCUaEPitRDJ7wWijytUwAAsu0TVRit2/EiTUPZ79ljSRfzUTwv6z LtCKP+sSqRlXnax3xe+7l5b/7RG4aNMONAl50/GjyiCrSsFBxI31L7Re/CGdA1znWLem uIrYAccLVP4GfcFx1xf6m/Tdp8PpU+CIOLLOVyDTrIahk2cCqwXL2lvbn+FMURVm7Rh1 wLMvVlo7IUNu0aWOWT6mcjyXz/bs73+Sn6hsxwWXibVSddU/iamjvICJ4lZcCEF8Njl4 T6DmBXN/VvSOgwBPv7kTTzwA1pi99edAeEqafdQru6wTycjGTWEpY6zI/i6ZWe20V2dj Crxg== X-Gm-Message-State: AOAM530QnsqtLXNcP+TVLJwlkUEuXTBeQPqyW8kBbz8o1BdMNu05Wj5Y 4RrsHLAll2jy1rUNAV+9aNg= X-Google-Smtp-Source: ABdhPJxlORzZQY7iTcbV/S0MP9/NfI4WFH8cNy8RCLa9V2TwWR4rOuDc1Ai/+Z5u8aReTE36xXe+pQ== X-Received: by 2002:a05:600c:3502:: with SMTP id h2mr6286709wmq.166.1642265252499; Sat, 15 Jan 2022 08:47:32 -0800 (PST) Received: from [192.168.0.35] (xdsl-188-155-168-84.adslplus.ch. [188.155.168.84]) by smtp.googlemail.com with ESMTPSA id z15sm8685523wrm.25.2022.01.15.08.47.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 15 Jan 2022 08:47:31 -0800 (PST) Message-ID: <90f2e35d-db4c-fb43-f2ba-a634649889ed@kernel.org> Date: Sat, 15 Jan 2022 17:47:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Subject: Re: [PATCH v2 08/11] arm64: defconfig: build r8169 as a module Content-Language: en-US To: Marcel Ziswiler , linux-arm-kernel@lists.infradead.org Cc: Marek Vasut , Marcel Ziswiler , Arnd Bergmann , Biju Das , Bjorn Andersson , Catalin Marinas , Enric Balletbo i Serra , Geert Uytterhoeven , Olof Johansson , Shawn Guo , Will Deacon , linux-kernel@vger.kernel.org References: <20220114141507.395271-1-marcel@ziswiler.com> <20220114141507.395271-9-marcel@ziswiler.com> From: Krzysztof Kozlowski In-Reply-To: <20220114141507.395271-9-marcel@ziswiler.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/01/2022 15:15, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > 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 > > --- > > 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 Best regards, Krzysztof