diff options
author | Tinghan Shen <tinghan.shen@mediatek.com> | 2022-05-12 16:22:15 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-05-16 12:58:13 +0100 |
commit | e0100bfd383c7d994d2e957e85ca56a5fe5a3f43 (patch) | |
tree | 1c4bc9a39b11dea5660b12cf82ec9826bd2142ba /sound/soc/sof/mediatek/Kconfig | |
parent | aea9350108ed1627f8610c93de44578162b3ee91 (diff) |
ASoC: SOF: mediatek: Add mt8186 ipc support
mt8186 DSP uses two hardware mailbox IP to communicate with AP.
One mailbox is used for requests coming from AP, and the other
one is for requests from DSP.
Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
Link: https://lore.kernel.org/r/20220512082215.3018-4-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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/mediatek/Kconfig b/sound/soc/sof/mediatek/Kconfig index f1fa15c41891..a149dd1b3f44 100644 --- a/sound/soc/sof/mediatek/Kconfig +++ b/sound/soc/sof/mediatek/Kconfig @@ -24,6 +24,7 @@ config SND_SOC_SOF_MTK_COMMON config SND_SOC_SOF_MT8186 tristate "SOF support for MT8186 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 mt8186 processors. |