summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2026-08-11 21:13:23 -0700
committerStephen Boyd <sboyd@kernel.org>2026-08-11 21:13:23 -0700
commitaa7ebeb0358cf639caeb60dcbbed9a2510ebbd45 (patch)
tree974cb924349120878416c2e4d95fdecee6f20875
parent8cdeaa50eae8dad34885515f62559ee83e7e8dda (diff)
parentb2ee00d0bf4cca5dd02702fc339d2b523191966f (diff)
downloadlinux-stable-aa7ebeb0358cf639caeb60dcbbed9a2510ebbd45.tar.gz
linux-stable-aa7ebeb0358cf639caeb60dcbbed9a2510ebbd45.zip
Merge tag 'thead-clk-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux into clk-thead
Pull one T-HEAD clk driver update from Drew Fustini: There is just one change for this cycle. It allows COMPILE_TEST to select the th1520 clk driver without having CONFIG_ARCH_THEAD enabled. * tag 'thead-clk-for-v7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/fustini/linux: clk: thead: allow COMPILE_TEST builds
-rw-r--r--drivers/clk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index cc108a75a900..6899e32e14aa 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -157,7 +157,7 @@ obj-$(CONFIG_ARCH_SUNXI) += sunxi/
obj-y += sunxi-ng/
obj-$(CONFIG_ARCH_TEGRA) += tegra/
obj-y += tenstorrent/
-obj-$(CONFIG_ARCH_THEAD) += thead/
+obj-y += thead/
obj-y += ti/
obj-$(CONFIG_CLK_UNIPHIER) += uniphier/
obj-$(CONFIG_ARCH_U8500) += ux500/