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 464A5C05027 for ; Thu, 2 Feb 2023 13:17:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231764AbjBBNRX (ORCPT ); Thu, 2 Feb 2023 08:17:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229602AbjBBNRV (ORCPT ); Thu, 2 Feb 2023 08:17:21 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 78BB96DFFE; Thu, 2 Feb 2023 05:17:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 13ED5B82661; Thu, 2 Feb 2023 13:17:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BBE2AC433EF; Thu, 2 Feb 2023 13:17:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675343836; bh=De028cR7PVHoyYdcF5i0QwrAwqMYfKncZh1sUh5zT24=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H1QFO4STGBmxjWLD+cv7+ywCbat758EcHsuAayI1uXp6uVvcjuVPVUjw6QbFnHAUn GEjaFK1v2DEQAXBQVFEIHIPI5kSzuzNHUy06zalDtmJBpVBHqU4llRx186nJOxImeU Gu1P5iEBxnqj5IlHyhY1FYPfKEtb6mCvH1YPIOzmOTCurg6U9heaYBg+lSHvGPdxhh ggO4ySp+OI8JqNd5l/hVzcgAtH2UFcKZ1lkTfGSvql4lNpWPOWk0cAL899kB1eKRwS TAn7O3Wh4G7VILzSaLYyH397Avw1tW2nQn7xMBQbOV/0vER4vVhwAkZCJ+rTJcIwkY qjDpad7H6Hm6A== Date: Thu, 2 Feb 2023 18:47:12 +0530 From: Vinod Koul To: Stephen Boyd Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, patches@lists.linux.dev, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, Dmitry Baryshkov , Johan Hovold Subject: Re: [PATCH] phy: qcom-qmp: Introduce Kconfig symbols for discrete drivers Message-ID: References: <20230114000910.1256462-1-swboyd@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230114000910.1256462-1-swboyd@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13-01-23, 16:09, Stephen Boyd wrote: > Introduce a config option for each QMP PHY driver now that the QMP PHY > mega-driver has been split up into different modules. This allows kernel > configurators to limit the binary size of the kernel by only compiling > in the QMP PHY driver that they need, or to split the module up into one > per PHY driver instead of one module for all the QMP PHY drivers. > > Leave the old config QCOM_QMP in place and make it into a menuconfig so > that 'make olddefconfig' continues to work. Furthermore, set the default > of the new Kconfig symbols to be QCOM_QMP so that the transition is > smooth. This fails to apply for me, can you please rebase -- ~Vinod