We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7eacf commit 5dfee6eCopy full SHA for 5dfee6e
arch/riscv/configs/d1nezha_defconfig
@@ -281,7 +281,14 @@ CONFIG_CPU_IDLE_GOV_MENU=y
281
#
282
# CPU Frequency scaling
283
284
-# CONFIG_CPU_FREQ is not set
+CONFIG_CPU_FREQ=y
285
+
286
+#
287
+# CPU frequency scaling drivers
288
289
+CONFIG_CPUFREQ_DT=m
290
+CONFIG_CPUFREQ_DT_PLATDEV=m
291
+CONFIG_RISCV_ALLWINNER_SUN50I_CPUFREQ_NVMEM=m
292
# end of CPU Frequency scaling
293
# end of CPU Power Management
294
@@ -2017,6 +2024,7 @@ CONFIG_THERMAL_GOV_STEP_WISE=y
2017
2024
# CONFIG_THERMAL_GOV_BANG_BANG is not set
2018
2025
CONFIG_THERMAL_GOV_USER_SPACE=y
2019
2026
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
2027
+CONFIG_CPU_THERMAL=y
2020
2028
CONFIG_THERMAL_EMULATION=y
2021
2029
# CONFIG_THERMAL_MMIO is not set
2022
2030
# CONFIG_QORIQ_THERMAL is not set
0 commit comments