mbox series

[0/2] clk: qcom: Fix two driver Kconfig dependencies

Message ID 20240318-fix-some-qcom-kconfig-deps-v1-0-ea0773e3df5a@kernel.org (mailing list archive)
Headers show
Series clk: qcom: Fix two driver Kconfig dependencies | expand

Message

Nathan Chancellor March 18, 2024, 3:18 p.m. UTC
This series fixes two Kconfig warnings that I recently saw crop up in my
build tests because the dependencies for newly added drivers in 6.8 are
not correct.

This is now the fourth set of changes to avoid warnings of this nature
for the exact same reason... is there anything that can be done to
ensure this does not continue to happen? See

  b6bcd1c0c27e ("clk: qcom: fix some Kconfig corner cases")
  75d1d3a433f0 ("clk: qcom: Fix SM_GPUCC_8450 dependencies")
  e8d66d02defd ("clk: qcom: Fix SM_CAMCC_8550 dependencies")

---
Nathan Chancellor (2):
      clk: qcom: Fix SC_CAMCC_8280XP dependencies
      clk: qcom: Fix SM_GPUCC_8650 dependencies

 drivers/clk/qcom/Kconfig | 2 ++
 1 file changed, 2 insertions(+)
---
base-commit: 3066c521be9db14964d78c6c431c97a424468ded
change-id: 20240318-fix-some-qcom-kconfig-deps-cc9be94f63ba

Best regards,

Comments

Bjorn Andersson April 21, 2024, 10:29 p.m. UTC | #1
On Mon, 18 Mar 2024 08:18:09 -0700, Nathan Chancellor wrote:
> This series fixes two Kconfig warnings that I recently saw crop up in my
> build tests because the dependencies for newly added drivers in 6.8 are
> not correct.
> 
> This is now the fourth set of changes to avoid warnings of this nature
> for the exact same reason... is there anything that can be done to
> ensure this does not continue to happen? See
> 
> [...]

Applied, thanks!

[1/2] clk: qcom: Fix SC_CAMCC_8280XP dependencies
      commit: 0e79d702bf7fac2e63fc32a1b4ff307d71db692f
[2/2] clk: qcom: Fix SM_GPUCC_8650 dependencies
      commit: 551eb5194bf328652decc5531edd9c65a5d2a17c

Best regards,