summaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-04-05 19:36:37 +0100
committerRui Salvaterra <rsalvaterra@gmail.com>2021-04-21 10:31:10 +0100
commit3326b5e75c277b4fac21bffd2085df4aa40d2775 (patch)
treeeb468acb6c1aedff74d3a41736adf3334f3e6314 /target/linux/generic
parent27b5bae2ec1b9b7864e13bce5e416ff27beb1614 (diff)
downloadopenwrt-3326b5e75c277b4fac21bffd2085df4aa40d2775.tar.gz
openwrt-3326b5e75c277b4fac21bffd2085df4aa40d2775.tar.bz2
openwrt-3326b5e75c277b4fac21bffd2085df4aa40d2775.zip
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 <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/config-5.104
-rw-r--r--target/linux/generic/config-5.44
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 2cbbb6fccb..00c60c1227 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2301,8 +2301,8 @@ CONFIG_HW_RANDOM_TPM=y
# CONFIG_HYPERV is not set
# CONFIG_HYPERV_TSCPAGE is not set
# CONFIG_HYSDN is not set
-# CONFIG_HZ is not set
-# CONFIG_HZ_100 is not set
+CONFIG_HZ=100
+CONFIG_HZ_100=y
# CONFIG_HZ_1000 is not set
# CONFIG_HZ_1024 is not set
# CONFIG_HZ_128 is not set
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index bcc73ed7ae..e8527f8068 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -2063,8 +2063,8 @@ CONFIG_HW_RANDOM_TPM=y
# CONFIG_HYPERV is not set
# CONFIG_HYPERV_TSCPAGE is not set
# CONFIG_HYSDN is not set
-# CONFIG_HZ is not set
-# CONFIG_HZ_100 is not set
+CONFIG_HZ=100
+CONFIG_HZ_100=y
# CONFIG_HZ_1000 is not set
# CONFIG_HZ_1024 is not set
# CONFIG_HZ_128 is not set