Quoting Bartosz Golaszewski (2023-04-06 04:20:33) > On Wed, Mar 29, 2023 at 4:15 AM Stephen Boyd <sboyd@xxxxxxxxxx> wrote: > > > > Quoting Bartosz Golaszewski (2023-03-28 12:36:27) > > > diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig > > > index 449bc8314d21..5e1919738aeb 100644 > > > --- a/drivers/clk/qcom/Kconfig > > > +++ b/drivers/clk/qcom/Kconfig > > > @@ -437,6 +437,14 @@ config SA_GCC_8775P > > > Say Y if you want to use peripheral devices such as UART, SPI, > > > I2C, USB, UFS, SDCC, etc. > > > > > > +config SA_GPUCC_8775P > > > + tristate "SA8775P Graphics clock controller" > > > + select SA_GCC_8775P > > > > Should select QCOM_GDSC as well. > > > > Why if it's already selected indirectly by SA_GCC_8775P? Other GPUCCs > in here don't select it either. For completeness.