summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaylen Chu <heylenay@4d2.org>2025-04-16 16:54:06 +0300
committerConor Dooley <conor.dooley@microchip.com>2025-04-26 02:41:03 +0300
commit60c6d3797239d087cc6eb82971988893a8ba2a88 (patch)
tree46182d935304fe24a6e1e44fa4115c31bb0f77b8
parent8ec8b25dde16163a7b54265623e6db66ab9ab0f2 (diff)
downloadlinux-60c6d3797239d087cc6eb82971988893a8ba2a88.tar.xz
riscv: defconfig: spacemit: enable clock controller driver for SpacemiT K1
Clock controller unit, or CCU, generates various clocks frequency for peripherals integrated in SpacemiT K1 SoC and is essential for normal operation. Let's enable it as built-in driver in defconfig. Signed-off-by: Haylen Chu <heylenay@4d2.org> Reviewed-by: Alex Elder <elder@riscstar.com> Reviewed-by: Yixun Lan <dlan@gentoo.org> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r--arch/riscv/configs/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index b8899d59dd34..eea825ee58e1 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -251,6 +251,8 @@ CONFIG_CLK_SOPHGO_CV1800=y
CONFIG_CLK_SOPHGO_SG2042_PLL=y
CONFIG_CLK_SOPHGO_SG2042_CLKGEN=y
CONFIG_CLK_SOPHGO_SG2042_RPGATE=y
+CONFIG_SPACEMIT_CCU=y
+CONFIG_SPACEMIT_K1_CCU=y
CONFIG_SUN8I_DE2_CCU=m
CONFIG_SUN50I_IOMMU=y
CONFIG_RPMSG_CHAR=y