forked from TencentOS/TencentOS-kernel
config: set timer frequency to 1000 HZ by default
This commit is contained in:
parent
d8c6333085
commit
47f5d67346
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue