aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLad Prabhakar <[email protected]>2022-11-15 10:51:33 +0000
committerPalmer Dabbelt <[email protected]>2022-11-17 10:03:15 -0800
commiteffae0e3d9e1139d583e9b5d050f4f948825b8a3 (patch)
tree24b7a25b249ecec8f735be039cdb2c906ccd5d71
parentbe79afc740b5a1b2048cd67580cdb9d76d7e6cc2 (diff)
riscv: Kconfig: Enable cpufreq kconfig menu
Enable cpufreq kconfig menu for RISC-V. Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r--arch/riscv/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 7cd981f96f48..3b41165a8b10 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -684,6 +684,8 @@ menu "CPU Power Management"
source "drivers/cpuidle/Kconfig"
+source "drivers/cpufreq/Kconfig"
+
endmenu # "CPU Power Management"
source "arch/riscv/kvm/Kconfig"