diff options
| author | Daniel Golle | 2025-05-09 13:37:47 +0000 |
|---|---|---|
| committer | Daniel Golle | 2025-05-26 15:58:03 +0000 |
| commit | 9b3ad5b151918a670df8954e4e83e2095f66150b (patch) | |
| tree | 4012d83dea68fa67ee949df4d1672becec0c1e2c | |
| parent | 32f408c95588f05c76fb8411ec3d92b9ca18cd6b (diff) | |
| download | openwrt-9b3ad5b151918a670df8954e4e83e2095f66150b.tar.gz | |
generic: 6.12: add missing Kconfig symbol
Augmented symbol CONFIG_SND_SOC_MT8365 was missing, add it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -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 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 |