diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2021-10-18 14:20:41 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-18 23:11:44 +0300 |
commit | 89728d97db3f078aceb967ebe5ed2d0797b6a117 (patch) | |
tree | 25ce7d87e0ab157029990eaa355d1f894924083a /sound/soc/amd/Kconfig | |
parent | 4c2e711af2193bc58f247f32edc30ee6a15e71f2 (diff) | |
download | linux-89728d97db3f078aceb967ebe5ed2d0797b6a117.tar.xz |
ASoC: amd: enable Yellow carp acp6x drivers build
Yellow Carp ACP6x drivers can be built by selecting necessary
kernel config option.
The patch enables build support of the same.
Signed-off-by: Vijendar Mukunda<Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20211018112044.1705805-11-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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index d91a9399777c..0d0ca61bd8c1 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -74,3 +74,13 @@ config SND_SOC_AMD_VANGOGH_MACH using NAU8821 and CS35L41 codecs. Say m if you have such a device. If unsure select "N". + +config SND_SOC_AMD_ACP6x + tristate "AMD Audio Coprocessor-v6.x Yellow Carp support" + depends on X86 && PCI + help + This option enables Audio Coprocessor i.e ACP v6.x support on + AMD Yellow Carp platform. By enabling this flag build will be + triggered for ACP PCI driver, ACP PDM DMA driver. + Say m if you have such a device. + If unsure select "N". |