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 AACF0EB64D9 for ; Thu, 6 Jul 2023 15:44:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231492AbjGFPoj (ORCPT ); Thu, 6 Jul 2023 11:44:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbjGFPog (ORCPT ); Thu, 6 Jul 2023 11:44:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27284CE for ; Thu, 6 Jul 2023 08:44:36 -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 94C9C60BEC for ; Thu, 6 Jul 2023 15:44:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE362C433C8; Thu, 6 Jul 2023 15:44:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688658275; bh=bMABdl+5mCBcPYoYi5ad8hwP76ZhZJrs6kKcX7qC/oc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZiIl5FR7GEqBWmRPrQRwxkVFBdOU/g4Z7qFnzQearUQpc46s4tKhkpjMg2KawIrys MgdcIZqfu9aTBxr27lQFOSAPdt3LfVGgYGi+aNXkEPc6RGmBa9ps7MrZEu8ekvvCQn pT1pzWATA5Iu5PrcX+uylWBTSwiCWkBerpKe+1Ou6m5XL2WpiAjkoch/R6n3XwYojB YsMfzXaDGjOBMaWrZVY51fB+LADOED4ywNZFXEyPifRt2jVsjl0jUWZojylrZYcCMs Ylj22aWxs3LlP4picrmKWBDwjiJ88DoAyWItMOxDabHsyhCBCms0J7FK0D45kky2TO SQ0KtwZwS+/Lw== Date: Thu, 6 Jul 2023 08:44:33 -0700 From: Jakub Kicinski To: "Justin M. Forbes" Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Jacob Keller , Andrew Lunn , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jmforbes@linuxtx.org Subject: Re: [PATCH] Move rmnet out of NET_VENDOR_QUALCOMM dependency Message-ID: <20230706084433.5fa44d4c@kernel.org> In-Reply-To: <20230706145154.2517870-1-jforbes@fedoraproject.org> References: <20230706145154.2517870-1-jforbes@fedoraproject.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 6 Jul 2023 09:51:52 -0500 Justin M. Forbes wrote: > The rmnet driver is useful for chipsets that are not hidden behind > NET_VENDOR_QUALCOMM. Move sourcing the rmnet Kconfig outside of the if > NET_VENDOR_QUALCOMM as there is no dependency here. > > Signed-off-by: Justin M. Forbes Examples of the chipsets you're talking about would be great to have in the commit message. -- pw-bot: cr