]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
riscv: defconfig: spacemit: enable clock controller driver for SpacemiT K1
authorHaylen Chu <heylenay@4d2.org>
Wed, 16 Apr 2025 13:54:06 +0000 (13:54 +0000)
committerConor Dooley <conor.dooley@microchip.com>
Fri, 25 Apr 2025 23:41:03 +0000 (00:41 +0100)
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>
arch/riscv/configs/defconfig

index b8899d59dd345c50d877829c05d0330f2986895c..eea825ee58e17a9070429af1c69d827dd4ae77e0 100644 (file)
@@ -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