From 3326b5e75c277b4fac21bffd2085df4aa40d2775 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Mon, 5 Apr 2021 19:36:37 +0100 Subject: treewide: switch the timer frequency to 100 Hz Some targets select HZ=100, others HZ=250. There's no reason to select a higher timer frequency (and 100 Hz are available in every architecture), so change all targets to 100 Hz. Signed-off-by: Rui Salvaterra --- target/linux/pistachio/config-5.4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/pistachio') diff --git a/target/linux/pistachio/config-5.4 b/target/linux/pistachio/config-5.4 index 4093a8d88f..b6e423c745 100644 --- a/target/linux/pistachio/config-5.4 +++ b/target/linux/pistachio/config-5.4 @@ -165,8 +165,6 @@ CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_RSEQ=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HOTPLUG_CPU=y -CONFIG_HZ=250 -CONFIG_HZ_250=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_IMG=y -- cgit v1.2.3