1# eliminate timer interrupts during the benchmark
2# for platforms that do not allow frequency dividers large enough to get
3# system clock tick period in 1 sec, make system clock tick to 0.1 sec
4CONFIG_SYS_CLOCK_TICKS_PER_SEC=10
5