[openwrt/openwrt] generic: 6.12: add CONFIG_HISILICON_ERRATUM_162100801
LEDE Commits
lede-commits at lists.infradead.org
Thu May 15 10:29:40 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1e46a391df92d83ab7a274a5d388fb3a26ae4777
commit 1e46a391df92d83ab7a274a5d388fb3a26ae4777
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu May 15 19:28:20 2025 +0200
generic: 6.12: add CONFIG_HISILICON_ERRATUM_162100801
Noticed that CONFIG_HISILICON_ERRATUM_162100801 was being added to
qualcommax 6.12 config.
Since we dont support any Hisilicon chips, disable it in generic config
before it starts spreading in target configs.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/generic/config-6.12 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12
index 7fabbb89c5..6bf15de7b9 100644
--- a/target/linux/generic/config-6.12
+++ b/target/linux/generic/config-6.12
@@ -2410,6 +2410,7 @@ CONFIG_HIGH_RES_TIMERS=y
# CONFIG_HIPPI is not set
# CONFIG_HISILICON_ERRATUM_161010101 is not set
# CONFIG_HISILICON_ERRATUM_161600802 is not set
+# CONFIG_HISILICON_ERRATUM_162100801 is not set
# CONFIG_HISI_DMA is not set
# CONFIG_HISI_FEMAC is not set
# CONFIG_HISI_HIKEY_USB is not set
More information about the lede-commits
mailing list