Skip to content

Commit

Permalink
linux.config: Use 100 Hz as timer tick rate
Browse files Browse the repository at this point in the history
As most targets are slow FPGA boards, a high timer tick rate is
problematic as it results in a high interrupt load. This is especially
true for multi-core systems as every core receives HZ many timer
interrupts.
  • Loading branch information
stettberger committed Oct 20, 2023
1 parent 108c020 commit 8eee9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildroot/board/litex_vexriscv/linux.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CONFIG_STRICT_KERNEL_RWX=n
CONFIG_EFI=n
CONFIG_HVC_RISCV_SBI=y
CONFIG_NONPORTABLE=y
CONFIG_HZ_100=y

CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
Expand Down

0 comments on commit 8eee9db

Please sign in to comment.