Hello,
For a project, I am using a i.MX6Q processor.
I am currently developing using kernel version 4.0.0, and I have noticed that the kernel configuration CONFIG_HZ, to change the tick timer, is hardcoded into 100 and cannot be changed in the kernel configuration (using menuconfig or Xconfig), other than hacking the kernel sources.
Is there any particular reason for this?
Is it advisable to change this configuration?