Skip to content

Commit 60c6d37

Browse files
Haylen ChuConchuOD
authored andcommitted
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 <[email protected]> Reviewed-by: Alex Elder <[email protected]> Reviewed-by: Yixun Lan <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 8ec8b25 commit 60c6d37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ CONFIG_CLK_SOPHGO_CV1800=y
251251
CONFIG_CLK_SOPHGO_SG2042_PLL=y
252252
CONFIG_CLK_SOPHGO_SG2042_CLKGEN=y
253253
CONFIG_CLK_SOPHGO_SG2042_RPGATE=y
254+
CONFIG_SPACEMIT_CCU=y
255+
CONFIG_SPACEMIT_K1_CCU=y
254256
CONFIG_SUN8I_DE2_CCU=m
255257
CONFIG_SUN50I_IOMMU=y
256258
CONFIG_RPMSG_CHAR=y

0 commit comments

Comments
 (0)