diff options
| author | Yao Zi <[email protected]> | 2025-05-16 03:05:24 +0000 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-05-21 16:49:57 +0800 |
| commit | 1d759cc0ad25b7186abb5e2f0e7f77741a8ea861 (patch) | |
| tree | 306f2ef77d9d034c80b2c1513a47ddedb6a3e13b | |
| parent | e6bfa6fc94f655545f4c79b9a9939cfeb97a3a89 (diff) | |
riscv: cpu: th1520: Select clock driver
The clock driver is essential for TH1520 SoCs to operate. Select the
driver in SoC Kconfig entry.
Signed-off-by: Yao Zi <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
| -rw-r--r-- | arch/riscv/cpu/th1520/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/cpu/th1520/Kconfig b/arch/riscv/cpu/th1520/Kconfig index a916d364e6c..4d44191bd22 100644 --- a/arch/riscv/cpu/th1520/Kconfig +++ b/arch/riscv/cpu/th1520/Kconfig @@ -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) |
