[PATCH] riscv: cpufreq: enable cpu frequency scaling menu

From: Conor Dooley
Date: Mon Jul 18 2022 - 14:07:41 EST


From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>

Due to a lack of support for frequency scaling on existing SoCs, the
frequency scaling kconfig menu was never enabled. Enable it.

Signed-off-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
---
arch/riscv/Kconfig | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 205c1e2f539c..ef12ccb81801 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -643,6 +643,8 @@ menu "CPU Power Management"

source "drivers/cpuidle/Kconfig"

+source "drivers/cpufreq/Kconfig"
+
endmenu # "CPU Power Management"

source "arch/riscv/kvm/Kconfig"
--
2.37.1