Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | Kconfig (bddcfb0802eb69b0f51293eab5db33d344c0262f) |
---|---|
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" --- 76 unchanged lines hidden (view full) --- 85 help 86 This option enables machine driver for Vangogh platform 87 using NAU8821 and CS35L41 codecs. 88 Say m if you have such a device. 89 If unsure select "N". 90 91config SND_SOC_AMD_ACP6x 92 tristate "AMD Audio Coprocessor-v6.x Yellow Carp support" | 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" --- 76 unchanged lines hidden (view full) --- 85 help 86 This option enables machine driver for Vangogh platform 87 using NAU8821 and CS35L41 codecs. 88 Say m if you have such a device. 89 If unsure select "N". 90 91config SND_SOC_AMD_ACP6x 92 tristate "AMD Audio Coprocessor-v6.x Yellow Carp support" |
93 select SND_AMD_ACP_CONFIG |
|
93 depends on X86 && PCI 94 help 95 This option enables Audio Coprocessor i.e ACP v6.x support on 96 AMD Yellow Carp platform. By enabling this flag build will be 97 triggered for ACP PCI driver, ACP PDM DMA driver. 98 Say m if you have such a device. 99 If unsure select "N". 100 --- 24 unchanged lines hidden (view full) --- 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.3 Pink Sardine support" | 94 depends on X86 && PCI 95 help 96 This option enables Audio Coprocessor i.e ACP v6.x support on 97 AMD Yellow Carp platform. By enabling this flag build will be 98 triggered for ACP PCI driver, ACP PDM DMA driver. 99 Say m if you have such a device. 100 If unsure select "N". 101 --- 24 unchanged lines hidden (view full) --- 126 This option enables Audio Coprocessor i.e. ACP v6.2 support on 127 AMD RPL platform. By enabling this flag build will be 128 triggered for ACP PCI driver. 129 Say m if you have such a device. 130 If unsure select "N". 131 132config SND_SOC_AMD_PS 133 tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support" |
134 select SND_AMD_ACP_CONFIG |
|
133 depends on X86 && PCI && ACPI 134 help 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". | 135 depends on X86 && PCI && ACPI 136 help 137 This option enables Audio Coprocessor i.e ACP v6.3 support on 138 AMD Pink sardine platform. By enabling this flag build will be 139 triggered for ACP PCI driver, ACP PDM DMA driver. 140 Say m if you have such a device. 141 If unsure select "N". 142 143config SND_SOC_AMD_PS_MACH 144 tristate "AMD PINK SARDINE support for DMIC" 145 select SND_SOC_DMIC 146 depends on SND_SOC_AMD_PS 147 help 148 This option enables machine driver for Pink Sardine platform 149 using dmic. ACP IP has PDM Decoder block with DMA controller. 150 DMIC can be connected directly to ACP IP. 151 Say m if you have such a device. 152 If unsure select "N". |