diff options
| author | Tom Rini <[email protected]> | 2026-03-20 14:53:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-03 13:42:49 -0600 |
| commit | 2e676dbf073c377392261fee3990351c1e2591f2 (patch) | |
| tree | 77aa82953f5198ec7763ff26332b0b4b2e883fcf | |
| parent | af54c2185e11f3baf1cba464bfc014eaaa799203 (diff) | |
clk: Add missing dependency for SANDBOX_CLK_CCF
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 <[email protected]>
| -rw-r--r-- | drivers/clk/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index c88931c8ec4..c2da7b3938b 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. |
