diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-01 09:21:01 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-01 09:26:20 +0200 |
commit | 4174b1309a64f8a02db0b6360559e1b0dd1aef0a (patch) | |
tree | 91f8e1cfcb5b4abddc1b32b12058dbc59ef51d5c /packages | |
parent | 6ff189d74084287de28c36cd9f06ac43c28a060f (diff) | |
download | vyos-build-4174b1309a64f8a02db0b6360559e1b0dd1aef0a.tar.gz vyos-build-4174b1309a64f8a02db0b6360559e1b0dd1aef0a.zip |
Kernel: T3491: switch to 1kHz timer interrupt
(cherry picked from commit a1c4e49e90c041e61d26b04bd7df7a89a919d7ec)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux-kernel/x86_64_vyos_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux-kernel/x86_64_vyos_defconfig b/packages/linux-kernel/x86_64_vyos_defconfig index cce3e4db..8ea9ed4a 100644 --- a/packages/linux-kernel/x86_64_vyos_defconfig +++ b/packages/linux-kernel/x86_64_vyos_defconfig @@ -422,10 +422,10 @@ CONFIG_EFI_STUB=y CONFIG_EFI_MIXED=y CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set -CONFIG_HZ_250=y +# CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set -# CONFIG_HZ_1000 is not set -CONFIG_HZ=250 +CONFIG_HZ_1000=y +CONFIG_HZ=1000 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_KEXEC_FILE is not set |