projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a50c7
)
imx: enable CONFIG_CPU_FREQ_THERMAL
author
Lech Perczak
<lech.perczak@gmail.com>
Wed, 15 Nov 2023 00:53:49 +0000
(
01:53
+0100)
committer
Christian Lamparter
<chunkeey@gmail.com>
Tue, 12 Dec 2023 18:35:03 +0000
(19:35 +0100)
Without that, imx_thermal fails to initialize on deferred probe, because
it fails to register cpufreq cooling device.
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
target/linux/imx/config-5.15
patch
|
blob
|
history
diff --git
a/target/linux/imx/config-5.15
b/target/linux/imx/config-5.15
index 9966ad4487540e68ff6fcfb78144c1546ffaec97..d3291a599739629acb8caaebdd842c9cb2c7f526 100644
(file)
--- a/
target/linux/imx/config-5.15
+++ b/
target/linux/imx/config-5.15
@@
-65,6
+65,7
@@
CONFIG_CPU_COPY_V6=y
CONFIG_CPU_CP15=y
CONFIG_CPU_CP15_MMU=y
CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_THERMAL=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y