Well I looked up again. I can't find that in the menu. You made a screenshot. Can you show me how you found it? I cloned the openwrt repo and used the command you used up there but inside I cannot find this. Even not via Search.
I run make kernel_menuconfig on the cli, then inside the tui I type /hz<return>. It shows the search results as in the image, then if there's a number on the entry, you can type that to just jump to the entry. If no number, the you have to search around in the tui, and sometimes even edit the configs or .h files by hand...
But now I get one specific error. I want to build with Graphite.
make[5]: Entering directory '/home/anon/openwrt-ipq/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq807x/linux-6.6.86'
CC scripts/mod/empty.o
scripts/mod/empty.c: sorry, unimplemented: Graphite loop optimizations cannot be used (isl is not available) ('-fgraphite', '-fgraphite-identity', '-floop-nest-optimize', '-floop-parallelize-all')
Can you tell me if I do something wrong? Or does "unimplemented" mean that it is not supported by the linux kernel?