diff options
| author | Robert Marko | 2025-05-15 17:28:20 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-15 17:29:37 +0000 |
| commit | 1e46a391df92d83ab7a274a5d388fb3a26ae4777 (patch) | |
| tree | 337c29caf611c7f85fdbce651e6de231f8086993 | |
| parent | f160a017ac1733804ac470655625a191a4c19b64 (diff) | |
| download | openwrt-1e46a391df92d83ab7a274a5d388fb3a26ae4777.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/generic/config-6.12 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |