Kconfig (d96e75bb1de2fd276046975aee4d7867719f4444) | Kconfig (e8e8c4a5d11b50f5aef9728e3ce5b0dad0c1b1b7) |
---|---|
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" --- 81 unchanged lines hidden (view full) --- 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". | 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" --- 81 unchanged lines hidden (view full) --- 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". |
98 99source "sound/soc/amd/acp/Kconfig" |
|