diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-17 14:23:51 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-17 14:26:09 +0200 |
commit | ef9cee49807a360c99abfc2bbf0ab873619d6f11 (patch) | |
tree | 3853420d9987736e9a6f7be2d00fa8bfdf826846 /target/linux/lantiq | |
parent | 27724c2f54466803bf6e7d3efb637971ebcd139e (diff) | |
download | upstream-ef9cee49807a360c99abfc2bbf0ab873619d6f11.tar.gz upstream-ef9cee49807a360c99abfc2bbf0ab873619d6f11.tar.bz2 upstream-ef9cee49807a360c99abfc2bbf0ab873619d6f11.zip |
lantiq: drop "CONFIG_HZ_100 is not set"
CONFIG_HZ_100 is not set to "y" in generic config anymore since
3a761c90afc0 ("treewide: Don't diverge from upstream default HZ
settings on 4.19"), so we don't need to disable it anymore either.
This was the only remaining case in the entire tree.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/lantiq/config-5.4 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/config-4.19 b/target/linux/lantiq/config-4.19 index 560e8474dc..3d603dbd68 100644 --- a/target/linux/lantiq/config-4.19 +++ b/target/linux/lantiq/config-4.19 @@ -110,7 +110,6 @@ CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=y CONFIG_HZ=250 -# CONFIG_HZ_100 is not set CONFIG_HZ_250=y CONFIG_HZ_PERIODIC=y CONFIG_INITRAMFS_SOURCE="" diff --git a/target/linux/lantiq/config-5.4 b/target/linux/lantiq/config-5.4 index 8d84f1cdac..6f3b193cc7 100644 --- a/target/linux/lantiq/config-5.4 +++ b/target/linux/lantiq/config-5.4 @@ -119,7 +119,6 @@ CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HW_RANDOM=y CONFIG_HZ=250 -# CONFIG_HZ_100 is not set CONFIG_HZ_250=y CONFIG_HZ_PERIODIC=y CONFIG_INITRAMFS_SOURCE="" |