diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-19 17:59:12 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-19 18:00:22 +0100 |
commit | 047b7621bb3ac266d193cf110a468e42f844be4f (patch) | |
tree | 1327bf52c6954d80506090eab9765d68a5f89c17 /target/linux | |
parent | a50441b6e9e1a93deedf207817275cba335f9615 (diff) | |
download | upstream-047b7621bb3ac266d193cf110a468e42f844be4f.tar.gz upstream-047b7621bb3ac266d193cf110a468e42f844be4f.tar.bz2 upstream-047b7621bb3ac266d193cf110a468e42f844be4f.zip |
archs38: Add CONFIG_HZ=100
This kernel config option was missing and resulted in a question when
building.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/archs38/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/archs38/config-5.4 b/target/linux/archs38/config-5.4 index 57d708e77a..29246265ad 100644 --- a/target/linux/archs38/config-5.4 +++ b/target/linux/archs38/config-5.4 @@ -140,6 +140,7 @@ CONFIG_HAVE_NET_DSA=y CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_PCI=y CONFIG_HAVE_PERF_EVENTS=y +CONFIG_HZ=100 CONFIG_HZ_PERIODIC=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y |