xanmod-kernels: change to 250 Hz timer frequency

this change follows the commit eca832941c
This commit is contained in:
zzzsyyy 2023-11-09 18:25:14 +08:00
parent adb763477d
commit c7b6b8f629
No known key found for this signature in database
GPG Key ID: 3F2409FFE586FB7F

View File

@ -44,9 +44,9 @@ let
# WineSync driver for fast kernel-backed Wine
WINESYNC = module;
# Preemptive Full Tickless Kernel at 500Hz
HZ = freeform "500";
HZ_500 = yes;
# Preemptive Full Tickless Kernel at 250Hz
HZ = freeform "250";
HZ_250 = yes;
HZ_1000 = no;
};