diff options
author | Stefan Hansson <newbie13xd@gmail.com> | 2022-08-25 19:20:35 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-08-29 11:53:29 +0300 |
commit | 5b8e894163bedd81dacdf517a6aa49625aa98d1f (patch) | |
tree | a9613e086c3985d9a11e107cd5a737a6e3c83fcc /arch/arm/configs/shmobile_defconfig | |
parent | 839ddb93d5a08a6239431babfc7ca4489860ff98 (diff) | |
download | linux-5b8e894163bedd81dacdf517a6aa49625aa98d1f.tar.xz |
ARM: configs: replace CONFIG_NO_HZ=y with CONFIG_NO_HZ_IDLE=y
According to https://www.kernel.org/doc/html/latest/timers/no_hz.html,
CONFIG_NO_HZ=y should be replaced by CONFIG_NO_HZ_IDLE=y for newer
kernels, so let's reflect that in the 32-bit ARM defconfigs.
Signed-off-by: Stefan Hansson <newbie13xd@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> # Samsung
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220825162034.5901-1-newbie13xd@gmail.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index fa3b0031a72b..2dd0ae5aa98d 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -1,5 +1,5 @@ CONFIG_SYSVIPC=y -CONFIG_NO_HZ=y +CONFIG_NO_HZ_IDLE=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_CGROUPS=y |