summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sifive/Makefile
diff options
context:
space:
mode:
authorZong Li <zong.li@sifive.com>2020-12-09 10:49:13 +0100
committerStephen Boyd <sboyd@kernel.org>2020-12-16 21:22:59 +0100
commit28108fc8a056f0fd26be17727eff212fae67a247 (patch)
tree51608efa9caff8db03c35cefac174568faf826f8 /drivers/clk/sifive/Makefile
parentclk: sifive: Extract prci core to common base (diff)
downloadlinux-28108fc8a056f0fd26be17727eff212fae67a247.tar.xz
linux-28108fc8a056f0fd26be17727eff212fae67a247.zip
clk: sifive: Use common name for prci configuration
Use generic name CLK_SIFIVE_PRCI instead of CLK_SIFIVE_FU540_PRCI. This patch is prepared for fu740 support. Signed-off-by: Zong Li <zong.li@sifive.com> Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com> Acked-by: Palmer Dabbelt <palmerdabbelt@google.com> Reviewed-by: Pragnesh Patel <Pragnesh.patel@sifive.com> Link: https://lore.kernel.org/r/20201209094916.17383-3-zong.li@sifive.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/sifive/Makefile')
-rw-r--r--drivers/clk/sifive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/sifive/Makefile b/drivers/clk/sifive/Makefile
index 51b6ebc359e4..3074cdbc6009 100644
--- a/drivers/clk/sifive/Makefile
+++ b/drivers/clk/sifive/Makefile
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
-obj-$(CONFIG_CLK_SIFIVE_FU540_PRCI) += sifive-prci.o fu540-prci.o
+obj-$(CONFIG_CLK_SIFIVE_PRCI) += sifive-prci.o fu540-prci.o