All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: Add missing dependency for SANDBOX_CLK_CCF
@ 2026-03-20 20:53 Tom Rini
  2026-04-03 19:47 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2026-03-20 20:53 UTC (permalink / raw)
  To: u-boot

In order to build SANDBOX_CLK_CCF we need for CLK_CCF to be enabled, add
that as a select similar to other drivers.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 drivers/clk/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index c88931c8ec4d..c2da7b3938b6 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -185,6 +185,7 @@ config SANDBOX_CLK_CCF
 	bool "Sandbox Common Clock Framework [CCF] support"
 	depends on SANDBOX
 	select CLK_CCF
+	select CLK_COMPOSITE_CCF
 	help
 	  Enable this option if you want to test the Linux kernel's Common
 	  Clock Framework [CCF] code in U-Boot's Sandbox clock driver.
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: Add missing dependency for SANDBOX_CLK_CCF
  2026-03-20 20:53 [PATCH] clk: Add missing dependency for SANDBOX_CLK_CCF Tom Rini
@ 2026-04-03 19:47 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2026-04-03 19:47 UTC (permalink / raw)
  To: u-boot, Tom Rini

On Fri, 20 Mar 2026 14:53:46 -0600, Tom Rini wrote:

> In order to build SANDBOX_CLK_CCF we need for CLK_CCF to be enabled, add
> that as a select similar to other drivers.
> 
> 

Applied to u-boot/next, thanks!

[1/1] clk: Add missing dependency for SANDBOX_CLK_CCF
      commit: 2e676dbf073c377392261fee3990351c1e2591f2
-- 
Tom



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-03 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 20:53 [PATCH] clk: Add missing dependency for SANDBOX_CLK_CCF Tom Rini
2026-04-03 19:47 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.