Skip to content

Commit

Permalink
Set default CPU freq governor to userspace for now, which doesn't swi…
Browse files Browse the repository at this point in the history
…tches freqs on default image due to upstream issue openwrt#17076
  • Loading branch information
N-Storm committed Nov 25, 2024
1 parent f1cdd10 commit 323b0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/mediatek/filogic/config-6.6
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15
CONFIG_CONTEXT_TRACKING=y
CONFIG_CONTEXT_TRACKING_IDLE=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
Expand Down

0 comments on commit 323b0d2

Please sign in to comment.