diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-04-05 19:36:37 +0100 |
---|---|---|
committer | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-04-21 10:31:10 +0100 |
commit | 3326b5e75c277b4fac21bffd2085df4aa40d2775 (patch) | |
tree | eb468acb6c1aedff74d3a41736adf3334f3e6314 /target/linux/at91/sama5 | |
parent | 27b5bae2ec1b9b7864e13bce5e416ff27beb1614 (diff) | |
download | upstream-3326b5e75c277b4fac21bffd2085df4aa40d2775.tar.gz upstream-3326b5e75c277b4fac21bffd2085df4aa40d2775.tar.bz2 upstream-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/at91/sama5')
-rw-r--r-- | target/linux/at91/sama5/config-default | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/at91/sama5/config-default b/target/linux/at91/sama5/config-default index 20c6414035..4e4c857c1f 100644 --- a/target/linux/at91/sama5/config-default +++ b/target/linux/at91/sama5/config-default @@ -275,8 +275,6 @@ CONFIG_HID=y CONFIG_HID_GENERIC=y CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_ATMEL=y -CONFIG_HZ=100 -CONFIG_HZ_100=y CONFIG_HZ_FIXED=0 CONFIG_I2C=y CONFIG_I2C_ALGOBIT=y |