From 9976144f33fea5a946c5ca8f30aeae5081a7e609 Mon Sep 17 00:00:00 2001 From: Antony Rheneus Date: Tue, 1 Dec 2020 10:57:41 +0530 Subject: [PATCH] [kernel] [marvell-armhf] Set cpu frequenc to 100HZ as per armada cpu Enable periodic timer and not dynamic for better performance of a385 soc --- patch/kconfig-exclusions | 2 ++ patch/kconfig-inclusions | 3 +++ 2 files changed, 5 insertions(+) diff --git a/patch/kconfig-exclusions b/patch/kconfig-exclusions index 14e573fbe..3e70a4ff0 100644 --- a/patch/kconfig-exclusions +++ b/patch/kconfig-exclusions @@ -13,3 +13,5 @@ CONFIG_MLXSW_PCI [marvell-armhf] CONFIG_KERNEL_XZ +CONFIG_NO_HZ_IDLE +CONFIG_HZ_250 diff --git a/patch/kconfig-inclusions b/patch/kconfig-inclusions index e3a173c0b..f72f0c629 100644 --- a/patch/kconfig-inclusions +++ b/patch/kconfig-inclusions @@ -62,3 +62,6 @@ CONFIG_MAX1363=m [marvell-armhf] CONFIG_KERNEL_GZIP=y +CONFIG_HZ_PERIODIC=y +CONFIG_HZ_100=y +CONFIG_HZ=100