summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-01 09:21:01 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-01 09:21:01 +0200
commita1c4e49e90c041e61d26b04bd7df7a89a919d7ec (patch)
tree5900aaa7779e28914942e41ec4bc93e0321674fb /packages
parent0737a57c4103d6887583a91134cb4e37e423bcff (diff)
downloadvyos-build-a1c4e49e90c041e61d26b04bd7df7a89a919d7ec.tar.gz
vyos-build-a1c4e49e90c041e61d26b04bd7df7a89a919d7ec.zip
Kernel: T3491: switch to 1kHz timer interrupt
Diffstat (limited to 'packages')
-rw-r--r--packages/linux-kernel/arch/x86/configs/vyos_defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig
index e1bd8ebc..0d8bbcf4 100644
--- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig
+++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.31 Kernel Configuration
+# Linux/x86 5.10.33 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Debian 8.3.0-6) 8.3.0"
CONFIG_CC_IS_GCC=y
@@ -444,10 +444,10 @@ CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_MIXED=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=y
# CONFIG_KEXEC_FILE is not set