Kconfig (96792fdd77cd19fcf2368e7c19bb8b78557ae425) Kconfig (89728d97db3f078aceb967ebe5ed2d0797b6a117)
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"

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

69 select SND_SOC_NAU8821
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".
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"

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

69 select SND_SOC_NAU8821
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".