[openwrt/openwrt] generic: 6.12: add missing Kconfig symbol
LEDE Commits
lede-commits at lists.infradead.org
Mon May 26 08:58:34 PDT 2025
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9b3ad5b151918a670df8954e4e83e2095f66150b
commit 9b3ad5b151918a670df8954e4e83e2095f66150b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri May 9 14:37:47 2025 +0100
generic: 6.12: add missing Kconfig symbol
Augmented symbol CONFIG_SND_SOC_MT8365 was missing, add it.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
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 5ea73a8a41..739cdb0e7e 100644
--- a/target/linux/generic/config-6.12
+++ b/target/linux/generic/config-6.12
@@ -6137,6 +6137,7 @@ CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
# CONFIG_SND_SOC_MT8188 is not set
# CONFIG_SND_SOC_MT8192 is not set
# CONFIG_SND_SOC_MT8195 is not set
+# CONFIG_SND_SOC_MT8365 is not set
# CONFIG_SND_SOC_MTK_BTCVSD is not set
# CONFIG_SND_SOC_NAU8315 is not set
# CONFIG_SND_SOC_NAU8540 is not set
More information about the lede-commits
mailing list