summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/mediatek/Kconfig
diff options
context:
space:
mode:
authorAllen-KH Cheng <Allen-KH.Cheng@mediatek.com>2022-05-12 16:22:14 +0800
committerMark Brown <broonie@kernel.org>2022-05-16 12:58:12 +0100
commitaea9350108ed1627f8610c93de44578162b3ee91 (patch)
tree336b6897e4865582cf7df989f571405007ef2bb3 /sound/soc/sof/mediatek/Kconfig
parent9db69df4bdd37eb1f65b6931ee067fb15b9a4d5c (diff)
downloadlinux-stable-aea9350108ed1627f8610c93de44578162b3ee91.tar.gz
linux-stable-aea9350108ed1627f8610c93de44578162b3ee91.tar.bz2
linux-stable-aea9350108ed1627f8610c93de44578162b3ee91.zip
ASoC: SOF: mediatek: Add ipc support for mt8195
This patch adds mt8195 IPC support by using mailbox. On mt8195 resource, there are two mboxes used to handle ipc request and reply. We create a mtk-adsp-ipc client device to request mbox controllers. Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com> Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/r/20220512082215.3018-3-tinghan.shen@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/mediatek/Kconfig')
-rw-r--r--sound/soc/sof/mediatek/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/mediatek/Kconfig b/sound/soc/sof/mediatek/Kconfig
index f79e76a6f3c6..f1fa15c41891 100644
--- a/sound/soc/sof/mediatek/Kconfig
+++ b/sound/soc/sof/mediatek/Kconfig
@@ -33,6 +33,7 @@ config SND_SOC_SOF_MT8186
config SND_SOC_SOF_MT8195
tristate "SOF support for MT8195 audio DSP"
select SND_SOC_SOF_MTK_COMMON
+ depends on MTK_ADSP_IPC
help
This adds support for Sound Open Firmware for Mediatek platforms
using the mt8195 processors.