On Tue, Sep 02, 2025 at 02:17:54PM +0200, Lukas Bulwahn wrote: > From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> > > Commit 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock > controller driver") adds the config QCS_DISPCC_615, which selects the > non-existing config QCM_GCC_615. Probably, this is just a three-letter > abbreviation mix-up here, though. There is a config named QCS_GCC_615, > and the related config QCS_CAMCC_615 selects that config. > > Fix the typo and use the intended config name in the select command. > > Fixes: 9b47105f5434 ("clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver") > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxxx> > --- > drivers/clk/qcom/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> > -- With best wishes Dmitry