Skip to content

Commit ffd0e5c

Browse files
LGA1150robimarko
authored andcommitted
mvebu: enable tickless idle
Switch to NO_HZ_IDLE for energy saving. Also enable Menu cpuidle governor for tickless systems. Run-tested: Linksys WRT1900AC v2 Signed-off-by: Qingfang Deng <[email protected]> Link: openwrt/openwrt#21136 (cherry picked from commit c13f299) Link: openwrt/openwrt#21305 Signed-off-by: Robert Marko <[email protected]>
1 parent a9bc505 commit ffd0e5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

target/linux/mvebu/config-6.12

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
8888
CONFIG_CPU_FREQ_STAT=y
8989
CONFIG_CPU_HAS_ASID=y
9090
CONFIG_CPU_IDLE=y
91-
CONFIG_CPU_IDLE_GOV_LADDER=y
91+
CONFIG_CPU_IDLE_GOV_MENU=y
9292
CONFIG_CPU_MITIGATIONS=y
9393
CONFIG_CPU_PABRT_V7=y
9494
CONFIG_CPU_PJ4B=y
@@ -213,7 +213,6 @@ CONFIG_HWBM=y
213213
CONFIG_HWMON=y
214214
CONFIG_HW_RANDOM=y
215215
CONFIG_HZ_FIXED=0
216-
CONFIG_HZ_PERIODIC=y
217216
CONFIG_I2C=y
218217
CONFIG_I2C_BOARDINFO=y
219218
CONFIG_I2C_CHARDEV=y
@@ -298,6 +297,8 @@ CONFIG_NET_SELFTESTS=y
298297
CONFIG_NET_XGRESS=y
299298
CONFIG_NLS=y
300299
CONFIG_NOP_USB_XCEIV=y
300+
CONFIG_NO_HZ_COMMON=y
301+
CONFIG_NO_HZ_IDLE=y
301302
CONFIG_NR_CPUS=4
302303
CONFIG_NVMEM=y
303304
CONFIG_NVMEM_LAYOUTS=y

0 commit comments

Comments
 (0)