Kconfig (3e5a516f3bf1a33f2bf219f570e9b5c031616f6a) | Kconfig (56437a561fefab2be708dfebf80e31c4715eb52e) |
---|---|
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" --- 118 unchanged lines hidden (view full) --- 127 depends on X86 && PCI 128 help 129 This option enables Audio Coprocessor i.e. ACP v6.2 support on 130 AMD RPL platform. By enabling this flag build will be 131 triggered for ACP PCI driver. 132 Say m if you have such a device. 133 If unsure select "N". 134 | 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" --- 118 unchanged lines hidden (view full) --- 127 depends on X86 && PCI 128 help 129 This option enables Audio Coprocessor i.e. ACP v6.2 support on 130 AMD RPL platform. By enabling this flag build will be 131 triggered for ACP PCI driver. 132 Say m if you have such a device. 133 If unsure select "N". 134 |
135config SND_SOC_AMD_ACP63_TOPLEVEL 136 tristate "support for AMD platforms with ACP version >= 6.3" 137 default SND_AMD_ACP_CONFIG 138 depends on SND_AMD_ACP_CONFIG 139 depends on SOUNDWIRE_AMD || !SOUNDWIRE_AMD 140 depends on X86 || COMPILE_TEST 141 help 142 This adds support for AMD platforms with ACP version >= 6.3. 143 Say Y if you have such a device. 144 If unsure select "N". 145 146if SND_SOC_AMD_ACP63_TOPLEVEL 147 |
|
135config SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE 136 tristate | 148config SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE 149 tristate |
137 select SOUNDWIRE_AMD if SND_SOC_AMD_SOUNDWIRE != n | |
138 select SND_AMD_SOUNDWIRE_ACPI if ACPI 139 140config SND_SOC_AMD_SOUNDWIRE 141 tristate "Support for SoundWire based AMD platforms" 142 default SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE 143 depends on SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE | 150 select SND_AMD_SOUNDWIRE_ACPI if ACPI 151 152config SND_SOC_AMD_SOUNDWIRE 153 tristate "Support for SoundWire based AMD platforms" 154 default SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE 155 depends on SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE |
144 depends on ACPI && SOUNDWIRE 145 depends on !(SOUNDWIRE=m && SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE=y) | 156 depends on ACPI 157 depends on SOUNDWIRE_AMD |
146 help 147 This adds support for SoundWire for AMD platforms. 148 Say Y if you want to enable SoundWire links with SOF. 149 If unsure select "N". 150 151config SND_SOC_AMD_PS 152 tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support" | 158 help 159 This adds support for SoundWire for AMD platforms. 160 Say Y if you want to enable SoundWire links with SOF. 161 If unsure select "N". 162 163config SND_SOC_AMD_PS 164 tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support" |
153 select SND_AMD_ACP_CONFIG | |
154 select SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE 155 depends on X86 && PCI && ACPI 156 help 157 This option enables Audio Coprocessor i.e ACP v6.3 support on 158 AMD Pink sardine platform. By enabling this flag build will be 159 triggered for ACP PCI driver, ACP PDM DMA driver, ACP SoundWire 160 DMA driver. 161 Say m if you have such a device. --- 4 unchanged lines hidden (view full) --- 166 select SND_SOC_DMIC 167 depends on SND_SOC_AMD_PS 168 help 169 This option enables machine driver for Pink Sardine platform 170 using dmic. ACP IP has PDM Decoder block with DMA controller. 171 DMIC can be connected directly to ACP IP. 172 Say m if you have such a device. 173 If unsure select "N". | 165 select SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE 166 depends on X86 && PCI && ACPI 167 help 168 This option enables Audio Coprocessor i.e ACP v6.3 support on 169 AMD Pink sardine platform. By enabling this flag build will be 170 triggered for ACP PCI driver, ACP PDM DMA driver, ACP SoundWire 171 DMA driver. 172 Say m if you have such a device. --- 4 unchanged lines hidden (view full) --- 177 select SND_SOC_DMIC 178 depends on SND_SOC_AMD_PS 179 help 180 This option enables machine driver for Pink Sardine platform 181 using dmic. ACP IP has PDM Decoder block with DMA controller. 182 DMIC can be connected directly to ACP IP. 183 Say m if you have such a device. 184 If unsure select "N". |
185 186endif |
|