config: set timer frequency to 1000 HZ by default

This commit is contained in:
Kaixu Xia 2021-09-22 17:26:19 +08:00
parent d8c6333085
commit 47f5d67346
1 changed files with 3 additions and 2 deletions

View File

@ -430,10 +430,11 @@ CONFIG_EFI_STUB=y
# CONFIG_EFI_MIXED is not set
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=y
CONFIG_KEXEC_FILE=y