Просмотр исходного кода

riscv: Enable SYS_CLK_FREQ config

Signed-off-by: TekkamanV <tekkamanv@starfivetech.com>
TekkamanV 3 лет назад
Родитель
Сommit
b66ab536ba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      boot/Kconfig

+ 1 - 1
boot/Kconfig

@@ -359,7 +359,7 @@ config SYS_TEXT_BASE
 	  The address in memory that U-Boot will be running from, initially.
 	  The address in memory that U-Boot will be running from, initially.
 
 
 config SYS_CLK_FREQ
 config SYS_CLK_FREQ
-	depends on ARC || ARCH_SUNXI || MPC83xx
+	depends on ARC || ARCH_SUNXI || MPC83xx || RISCV
 	int "CPU clock frequency"
 	int "CPU clock frequency"
 	help
 	help
 	  TODO: Move CONFIG_SYS_CLK_FREQ for all the architecture
 	  TODO: Move CONFIG_SYS_CLK_FREQ for all the architecture