mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
5bbfdad8cf
- Add specific config to enable: - MT8365 sound support - MT6357 audio codec support - Add the mt8365 directory and all drivers under it. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> Link: https://patch.msgid.link/20240226-audio-i350-v8-2-e80a57d026ce@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
13 lines
477 B
Makefile
13 lines
477 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_SND_SOC_MEDIATEK) += common/
|
|
obj-$(CONFIG_SND_SOC_MT2701) += mt2701/
|
|
obj-$(CONFIG_SND_SOC_MT6797) += mt6797/
|
|
obj-$(CONFIG_SND_SOC_MT7986) += mt7986/
|
|
obj-$(CONFIG_SND_SOC_MT8173) += mt8173/
|
|
obj-$(CONFIG_SND_SOC_MT8183) += mt8183/
|
|
obj-$(CONFIG_SND_SOC_MT8186) += mt8186/
|
|
obj-$(CONFIG_SND_SOC_MT8188) += mt8188/
|
|
obj-$(CONFIG_SND_SOC_MT8192) += mt8192/
|
|
obj-$(CONFIG_SND_SOC_MT8195) += mt8195/
|
|
obj-$(CONFIG_SND_SOC_MT8365) += mt8365/
|