From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 349424C60 for ; Fri, 3 Feb 2023 13:51:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0303CC433D2; Fri, 3 Feb 2023 13:51:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675432285; bh=KD3LsNmr8AeTUGEQmjS9XypGII1lkv0pPnS38zTLO0c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uOIeODnIR2cjzp+WhuNKJRp54lthxVAtxUI7ApJwmb/ADlWJ8VXMAemKt2wkAF0tj 1uvNVOqalYVNqAp/FJNPN1u7vGgamlJ8PdRoOCRveZOmMhPISA4Gdo5vGlga9ahle0 YRHHDZ+Ms9++QrSQfD6vrCHXR9wd9jQA+14DaZCTve0PaZP1Gz/28A9HjvlDhdYB7Q Mm0CVBFE5zO8uD640jTwfSL1TskmBGqIBGwm9BJuytZYRyiC175jHG6hFMUDJJ4fky dY+a5D2rD+dSFookB0u3i7//DVowI2cwYKt0Cb44a9iExSbeeD9wXQNkIgRCsCwjO7 bxQVoRN/V+r9A== Date: Fri, 3 Feb 2023 19:21:21 +0530 From: Vinod Koul To: Stephen Boyd Cc: 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 v2] phy: qcom-qmp: Introduce Kconfig symbols for discrete drivers Message-ID: References: <20230202215330.2152726-1-swboyd@chromium.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230202215330.2152726-1-swboyd@chromium.org> On 02-02-23, 13:53, 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. > > 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. Applied, thanks -- ~Vinod