Kconfig (d93618da6b6d453c6a9684a3460ffd51b9b4ef2e) | Kconfig (4b19211435950a78af032c26ad64a5268e6012be) |
---|---|
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" --- 115 unchanged lines hidden (view full) --- 124 help 125 This option enables Audio Coprocessor i.e. ACP v6.2 support on 126 AMD RPL platform. By enabling this flag build will be 127 triggered for ACP PCI driver. 128 Say m if you have such a device. 129 If unsure select "N". 130 131config SND_SOC_AMD_PS | 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" --- 115 unchanged lines hidden (view full) --- 124 help 125 This option enables Audio Coprocessor i.e. ACP v6.2 support on 126 AMD RPL platform. By enabling this flag build will be 127 triggered for ACP PCI driver. 128 Say m if you have such a device. 129 If unsure select "N". 130 131config SND_SOC_AMD_PS |
132 tristate "AMD Audio Coprocessor-v6.2 Pink Sardine support" | 132 tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support" |
133 depends on X86 && PCI && ACPI 134 help | 133 depends on X86 && PCI && ACPI 134 help |
135 This option enables Audio Coprocessor i.e ACP v6.2 support on | 135 This option enables Audio Coprocessor i.e ACP v6.3 support on |
136 AMD Pink sardine platform. By enabling this flag build will be 137 triggered for ACP PCI driver, ACP PDM DMA driver. 138 Say m if you have such a device. 139 If unsure select "N". 140 141config SND_SOC_AMD_PS_MACH 142 tristate "AMD PINK SARDINE support for DMIC" 143 select SND_SOC_DMIC 144 depends on SND_SOC_AMD_PS 145 help 146 This option enables machine driver for Pink Sardine platform 147 using dmic. ACP IP has PDM Decoder block with DMA controller. 148 DMIC can be connected directly to ACP IP. 149 Say m if you have such a device. 150 If unsure select "N". | 136 AMD Pink sardine platform. By enabling this flag build will be 137 triggered for ACP PCI driver, ACP PDM DMA driver. 138 Say m if you have such a device. 139 If unsure select "N". 140 141config SND_SOC_AMD_PS_MACH 142 tristate "AMD PINK SARDINE support for DMIC" 143 select SND_SOC_DMIC 144 depends on SND_SOC_AMD_PS 145 help 146 This option enables machine driver for Pink Sardine platform 147 using dmic. ACP IP has PDM Decoder block with DMA controller. 148 DMIC can be connected directly to ACP IP. 149 Say m if you have such a device. 150 If unsure select "N". |