Amlogic: increase Linux kernel tick-rate to 300Hz

Aligns Amlogic with (most) other projects.
This commit is contained in:
kszaq 2024-11-26 19:04:21 +01:00
parent 01a07d3db6
commit 2c5cef60f4

View File

@ -412,10 +412,10 @@ CONFIG_NR_CPUS=8
CONFIG_HOTPLUG_CPU=y
# CONFIG_NUMA is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_CC_HAVE_SHADOW_CALL_STACK=y