High resolution timer for low latency

I see that hrt is enabled in the menuconfig but /proc/timer_list is not available. I managed to recompile several times and get the timer_stats to show and have my config.gz available in proc as well. What specific settings are needed to fully enable hrt with low latency for Netgear R7000? Using the stable lede 17.01 branch kernel 4.9.111

@mindwolf You will need to unset CONFIG_PROC_STRIPPED as the timer_list is considered as a part of the procfs deemed unnecessary and being stripped by default to reduce kernel image size.