From 3a761c90afc0af1a17a03241534508b52a235410 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 18 Feb 2019 09:13:19 +0000 Subject: treewide: Don't diverge from upstream default HZ settings on 4.19 Most targets upstream use 250Hz or even 1000Hz by default while 100Hz is hardcoded in OpenWrt's default config. Use upstream default except for apm821xx which hardsets 1000Hz instead of platform default of 250Hz. Signed-off-by: Daniel Engberg [Apply same changes to 5.4] Signed-off-by: Kevin Darbyshire-Bryant --- target/linux/apm821xx/config-4.19 | 1 - target/linux/apm821xx/config-5.4 | 1 - 2 files changed, 2 deletions(-) (limited to 'target/linux/apm821xx') diff --git a/target/linux/apm821xx/config-4.19 b/target/linux/apm821xx/config-4.19 index 72d648fd23..27385ef1fd 100644 --- a/target/linux/apm821xx/config-4.19 +++ b/target/linux/apm821xx/config-4.19 @@ -169,7 +169,6 @@ CONFIG_HAVE_VIRT_CPU_ACCOUNTING=y CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_PPC4XX=y CONFIG_HZ=1000 -# CONFIG_HZ_100 is not set CONFIG_HZ_1000=y CONFIG_HZ_PERIODIC=y CONFIG_I2C=y diff --git a/target/linux/apm821xx/config-5.4 b/target/linux/apm821xx/config-5.4 index 4c62821561..106a142627 100644 --- a/target/linux/apm821xx/config-5.4 +++ b/target/linux/apm821xx/config-5.4 @@ -218,7 +218,6 @@ CONFIG_HAVE_VIRT_CPU_ACCOUNTING=y CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_PPC4XX=y CONFIG_HZ=1000 -# CONFIG_HZ_100 is not set CONFIG_HZ_1000=y CONFIG_HZ_PERIODIC=y CONFIG_I2C=y -- cgit v1.2.3