Skip to content

Commit 9976144

Browse files
[kernel] [marvell-armhf]
Set cpu frequenc to 100HZ as per armada cpu Enable periodic timer and not dynamic for better performance of a385 soc
1 parent 7b7bdae commit 9976144

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

patch/kconfig-exclusions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ CONFIG_MLXSW_PCI
1313

1414
[marvell-armhf]
1515
CONFIG_KERNEL_XZ
16+
CONFIG_NO_HZ_IDLE
17+
CONFIG_HZ_250

patch/kconfig-inclusions

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ CONFIG_MAX1363=m
6262

6363
[marvell-armhf]
6464
CONFIG_KERNEL_GZIP=y
65+
CONFIG_HZ_PERIODIC=y
66+
CONFIG_HZ_100=y
67+
CONFIG_HZ=100

0 commit comments

Comments
 (0)