Set default HZ to 1000 which is what most desktop users should still be using. -ck --- kernel/Kconfig.hz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-4.7-ck4/kernel/Kconfig.hz =================================================================== --- linux-4.7-ck4.orig/kernel/Kconfig.hz 2016-09-13 17:21:54.489198505 +1000 +++ linux-4.7-ck4/kernel/Kconfig.hz 2016-09-13 17:21:54.487198550 +1000 @@ -4,7 +4,7 @@ choice prompt "Timer frequency" - default HZ_250 + default HZ_1000 help Allows the configuration of the timer frequency. It is customary to have the timer interrupt run at 1000 Hz but 100 Hz may be more