riscv: cpu: th1520: Select clock driver
authorYao Zi <ziyao@disroot.org>
Fri, 16 May 2025 03:05:24 +0000 (03:05 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 21 May 2025 08:49:57 +0000 (16:49 +0800)
The clock driver is essential for TH1520 SoCs to operate. Select the
driver in SoC Kconfig entry.

Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/cpu/th1520/Kconfig

index a916d36..4d44191 100644 (file)
@@ -10,6 +10,7 @@ config THEAD_TH1520
        select SUPPORT_SPL
        select BINMAN if SPL
        select SYS_CACHE_THEAD_CMO
+       select CLK_THEAD
        imply CPU
        imply CPU_RISCV
        imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)