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 76CD8C001E0 for ; Thu, 27 Jul 2023 04:50:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231486AbjG0EuY (ORCPT ); Thu, 27 Jul 2023 00:50:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231340AbjG0EuW (ORCPT ); Thu, 27 Jul 2023 00:50:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1E2D272B for ; Wed, 26 Jul 2023 21:50:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7EC2961CDF for ; Thu, 27 Jul 2023 04:50:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id D0FA1C433CD; Thu, 27 Jul 2023 04:50:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690433419; bh=oAlhpdqllpUNhhfbt/X1AhwYd7wBST0uOT3weX9MniI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Gx7VVZnKdw2ilCi1HKaXlthvQk991ZJmhMwD2KqbOmUTRwDWwfYSiaxaBXPP6/iK3 k0LgKQZBErVAH4ihFp2UQYSj8w4Mm3pHtfN3OiAzx9bXIhKCNUmR1e3Qsrd+YPnn37 uYn4foaqqryd08xi9c9r3fBPt44qskW8mB8slQMoqze0JHqAVUEKjo19ouvdDAtLic zqpJlvlgwoQ6d2rvRNgrVrvdXM7+TKsG1pWm2XyaMxmIirAwmF1ZTlqhH/kf4rfn8l LtEfNYw889QV/QNWLCWV4Kh9QJeCI4yUfoM4usoGGn1XYma/vnSCQpoVbQMqJlhStj nh2Ht7p5UcUsw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 9ED28C691F0; Thu, 27 Jul 2023 04:50:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] bcmasp: BCMASP should depend on ARCH_BRCMSTB From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169043341964.19452.12546568587180628010.git-patchwork-notify@kernel.org> Date: Thu, 27 Jul 2023 04:50:19 +0000 References: <1e8b998aa8dcc6e38323e295ee2430b48245cc79.1690299794.git.geert+renesas@glider.be> In-Reply-To: <1e8b998aa8dcc6e38323e295ee2430b48245cc79.1690299794.git.geert+renesas@glider.be> To: Geert Uytterhoeven Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, florian.fainelli@broadcom.com, justin.chen@broadcom.com, simon.horman@corigine.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 25 Jul 2023 17:46:37 +0200 you wrote: > The Broadcom ASP 2.0 Ethernet controller is only present on Broadcom STB > SoCs. Hence add a dependency on ARCH_BRCMSTB, to prevent asking the > user about this driver when configuring a kernel without Broadcom > ARM-based set-top box chipset support. > > Fixes: 490cb412007de593 ("net: bcmasp: Add support for ASP2.0 Ethernet controller") > Signed-off-by: Geert Uytterhoeven > > [...] Here is the summary with links: - [net] bcmasp: BCMASP should depend on ARCH_BRCMSTB https://git.kernel.org/netdev/net-next/c/73365fe44aa5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html