Kconfig (db6da59cf27b5661ced03754ae0550f8914eda9e) | Kconfig (6e8f7cb4cbae8e2b03190d26674a14be22d7df53) |
---|---|
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" --- 57 unchanged lines hidden (view full) --- 66 select SND_SOC_DMIC 67 depends on SND_SOC_AMD_RENOIR && GPIOLIB 68 help 69 This option enables machine driver for DMIC 70 71config SND_SOC_AMD_ACP5x 72 tristate "AMD Audio Coprocessor-v5.x I2S support" 73 depends on X86 && PCI | 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" --- 57 unchanged lines hidden (view full) --- 66 select SND_SOC_DMIC 67 depends on SND_SOC_AMD_RENOIR && GPIOLIB 68 help 69 This option enables machine driver for DMIC 70 71config SND_SOC_AMD_ACP5x 72 tristate "AMD Audio Coprocessor-v5.x I2S support" 73 depends on X86 && PCI |
74 select SND_AMD_ACP_CONFIG |
|
74 help 75 This option enables ACP v5.x support on AMD platform 76 77 By enabling this flag build will trigger for ACP PCI driver, 78 ACP DMA driver, CPU DAI driver. 79 80config SND_SOC_AMD_VANGOGH_MACH 81 tristate "AMD Vangogh support for NAU8821 CS35L41" 82 select SND_SOC_NAU8821 83 select SND_SOC_CS35L41_SPI | 75 help 76 This option enables ACP v5.x support on AMD platform 77 78 By enabling this flag build will trigger for ACP PCI driver, 79 ACP DMA driver, CPU DAI driver. 80 81config SND_SOC_AMD_VANGOGH_MACH 82 tristate "AMD Vangogh support for NAU8821 CS35L41" 83 select SND_SOC_NAU8821 84 select SND_SOC_CS35L41_SPI |
85 select SND_AMD_ACP_CONFIG |
|
84 depends on SND_SOC_AMD_ACP5x && I2C && SPI_MASTER 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 --- 39 unchanged lines hidden (view full) --- 131 132config SND_SOC_AMD_PS 133 tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support" 134 select SND_AMD_ACP_CONFIG 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 | 86 depends on SND_SOC_AMD_ACP5x && I2C && SPI_MASTER 87 help 88 This option enables machine driver for Vangogh platform 89 using NAU8821 and CS35L41 codecs. 90 Say m if you have such a device. 91 If unsure select "N". 92 93config SND_SOC_AMD_ACP6x --- 39 unchanged lines hidden (view full) --- 133 134config SND_SOC_AMD_PS 135 tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support" 136 select SND_AMD_ACP_CONFIG 137 depends on X86 && PCI && ACPI 138 help 139 This option enables Audio Coprocessor i.e ACP v6.3 support on 140 AMD Pink sardine platform. By enabling this flag build will be |
139 triggered for ACP PCI driver, ACP PDM DMA driver. | 141 triggered for ACP PCI driver, ACP PDM DMA driver, ACP SoundWire 142 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". | 143 Say m if you have such a device. 144 If unsure select "N". 145 146config SND_SOC_AMD_PS_MACH 147 tristate "AMD PINK SARDINE support for DMIC" 148 select SND_SOC_DMIC 149 depends on SND_SOC_AMD_PS 150 help 151 This option enables machine driver for Pink Sardine platform 152 using dmic. ACP IP has PDM Decoder block with DMA controller. 153 DMIC can be connected directly to ACP IP. 154 Say m if you have such a device. 155 If unsure select "N". |