From 57c0c34b68865d490a14f4f154a4889314201ec7 Mon Sep 17 00:00:00 2001 From: Kenneth Kasilag Date: Thu, 2 Apr 2026 01:33:10 +0000 Subject: [PATCH] generic: add missing config symbols for 6.18 During configuration of airoha for 6.18 it was noted that there were additional missing symbols from the generic config. Update the missing symbols accordingly. Signed-off-by: Kenneth Kasilag Link: https://github.com/openwrt/openwrt/pull/21019 Signed-off-by: Jonas Jelonek --- target/linux/generic/config-6.18 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/linux/generic/config-6.18 b/target/linux/generic/config-6.18 index 25257a2a82..8392e855cf 100644 --- a/target/linux/generic/config-6.18 +++ b/target/linux/generic/config-6.18 @@ -406,6 +406,7 @@ CONFIG_ARM64_CNP=y # CONFIG_ARM64_ERRATUM_843419 is not set # CONFIG_ARM64_ERRATUM_845719 is not set # CONFIG_ARM64_ERRATUM_858921 is not set +# CONFIG_ARM64_GCS is not set # CONFIG_ARM64_HW_AFDBM is not set # CONFIG_ARM64_LSE_ATOMICS is not set # CONFIG_ARM64_MTE is not set @@ -4965,9 +4966,13 @@ CONFIG_PINCONF=y # CONFIG_PINCTRL_MSM8953 is not set # CONFIG_PINCTRL_MSM8X74 is not set # CONFIG_PINCTRL_MT6779 is not set +# CONFIG_PINCTRL_MT6893 is not set +# CONFIG_PINCTRL_MT7988 is not set # CONFIG_PINCTRL_MT8167 is not set +# CONFIG_PINCTRL_MT8189 is not set # CONFIG_PINCTRL_MT8192 is not set # CONFIG_PINCTRL_MT8195 is not set +# CONFIG_PINCTRL_MT8196 is not set # CONFIG_PINCTRL_MT8365 is not set # CONFIG_PINCTRL_MTK_V2 is not set # CONFIG_PINCTRL_OCELOT is not set