Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) | Kconfig (6b8e4e7db3cd236a2cbb720360fb135087a2ac1d) |
---|---|
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 and MAX9835" --- 12 unchanged lines hidden (view full) --- 21 help 22 This option enables machine driver for rt5645. 23 24config SND_SOC_AMD_ACP3x 25 tristate "AMD Audio Coprocessor-v3.x support" 26 depends on X86 && PCI 27 help 28 This option enables ACP v3.x I2S support on AMD platform | 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 and MAX9835" --- 12 unchanged lines hidden (view full) --- 21 help 22 This option enables machine driver for rt5645. 23 24config SND_SOC_AMD_ACP3x 25 tristate "AMD Audio Coprocessor-v3.x support" 26 depends on X86 && PCI 27 help 28 This option enables ACP v3.x I2S support on AMD platform |
29 30config SND_SOC_AMD_RV_RT5682_MACH 31 tristate "AMD RV support for RT5682" 32 select SND_SOC_RT5682 33 select SND_SOC_MAX98357A 34 select SND_SOC_CROS_EC_CODEC 35 select I2C_CROS_EC_TUNNEL 36 depends on SND_SOC_AMD_ACP3x && I2C 37 help 38 This option enables machine driver for RT5682 and MAX9835. |
|