Kconfig (a80d7edadfa16fa1d4aca4a2253a0af921c3aaef) Kconfig (623621a9f9e1a2f4bf1c69d066b7de3de2b12df6)
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_AMD_ACP
3 tristate "AMD Audio Coprocessor support"
4 help
5 This option enables ACP DMA support on AMD platform.
6
7config SND_SOC_AMD_CZ_DA7219MX98357_MACH
8 tristate "AMD CZ support for DA7219, RT5682 and MAX9835"

--- 61 unchanged lines hidden (view full) ---

70 select SND_SOC_CS35L41_SPI
71 depends on SND_SOC_AMD_ACP5x && I2C
72 help
73 This option enables machine driver for Vangogh platform
74 using NAU8821 and CS35L41 codecs.
75 Say m if you have such a device.
76 If unsure select "N".
77
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_SOC_AMD_ACP
3 tristate "AMD Audio Coprocessor support"
4 help
5 This option enables ACP DMA support on AMD platform.
6
7config SND_SOC_AMD_CZ_DA7219MX98357_MACH
8 tristate "AMD CZ support for DA7219, RT5682 and MAX9835"

--- 61 unchanged lines hidden (view full) ---

70 select SND_SOC_CS35L41_SPI
71 depends on SND_SOC_AMD_ACP5x && I2C
72 help
73 This option enables machine driver for Vangogh platform
74 using NAU8821 and CS35L41 codecs.
75 Say m if you have such a device.
76 If unsure select "N".
77
78config SND_SOC_AMD_ACP6x
79 tristate "AMD Audio Coprocessor-v6.x Yellow Carp support"
80 depends on X86 && PCI
81 help
82 This option enables Audio Coprocessor i.e ACP v6.x support on
83 AMD Yellow Carp platform. By enabling this flag build will be
84 triggered for ACP PCI driver, ACP PDM DMA driver.
85 Say m if you have such a device.
86 If unsure select "N".
87
88config SND_SOC_AMD_YC_MACH
89 tristate "AMD YC support for DMIC"
90 select SND_SOC_DMIC
91 depends on SND_SOC_AMD_ACP6x
92 help
93 This option enables machine driver for Yellow Carp platform
94 using dmic. ACP IP has PDM Decoder block with DMA controller.
95 DMIC can be connected directly to ACP IP.
96 Say m if you have such a device.
97 If unsure select "N".
78source "sound/soc/amd/acp/Kconfig"