From 1e46a391df92d83ab7a274a5d388fb3a26ae4777 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Thu, 15 May 2025 19:28:20 +0200 Subject: [PATCH] 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 --- 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 7fabbb89c55..6bf15de7b97 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