diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2021-10-18 16:50:44 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-18 21:11:47 +0100 |
commit | a80d7edadfa16fa1d4aca4a2253a0af921c3aaef (patch) | |
tree | d27da7153c25e61ee900c8b0592db42439be7246 /sound/soc/amd/Kconfig | |
parent | fa991481b8b22a7797a828135ce62a73791bbe39 (diff) | |
download | linux-a80d7edadfa16fa1d4aca4a2253a0af921c3aaef.tar.gz linux-a80d7edadfa16fa1d4aca4a2253a0af921c3aaef.tar.bz2 linux-a80d7edadfa16fa1d4aca4a2253a0af921c3aaef.zip |
ASoC: amd: enable Yellow Carp platform machine driver build
This patch enables Yellow Carp platform machine driver build.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20211018112044.1705805-14-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Kconfig')
-rw-r--r-- | sound/soc/amd/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 0d0ca61bd8c1..a01ade38554e 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -84,3 +84,14 @@ config SND_SOC_AMD_ACP6x triggered for ACP PCI driver, ACP PDM DMA driver. Say m if you have such a device. If unsure select "N". + +config SND_SOC_AMD_YC_MACH + tristate "AMD YC support for DMIC" + select SND_SOC_DMIC + depends on SND_SOC_AMD_ACP6x + help + This option enables machine driver for Yellow Carp platform + using dmic. ACP IP has PDM Decoder block with DMA controller. + DMIC can be connected directly to ACP IP. + Say m if you have such a device. + If unsure select "N". |