Kconfig (e8e8c4a5d11b50f5aef9728e3ce5b0dad0c1b1b7) | Kconfig (5c7dee4407dcd3522a133acdd90d64bf41d00986) |
---|---|
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" --- 24 unchanged lines hidden (view full) --- 33 tristate "AMD RV support for RT5682" 34 select CLK_FIXED_FCH 35 select SND_SOC_RT5682_I2C 36 select SND_SOC_MAX98357A 37 select SND_SOC_CROS_EC_CODEC 38 select I2C_CROS_EC_TUNNEL 39 select SND_SOC_RT1015 40 select SND_SOC_RT1015P | 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" --- 24 unchanged lines hidden (view full) --- 33 tristate "AMD RV support for RT5682" 34 select CLK_FIXED_FCH 35 select SND_SOC_RT5682_I2C 36 select SND_SOC_MAX98357A 37 select SND_SOC_CROS_EC_CODEC 38 select I2C_CROS_EC_TUNNEL 39 select SND_SOC_RT1015 40 select SND_SOC_RT1015P |
41 depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC | 41 depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC && GPIOLIB |
42 help 43 This option enables machine driver for RT5682 and MAX9835. 44 45config SND_SOC_AMD_RENOIR 46 tristate "AMD Audio Coprocessor - Renoir support" 47 depends on X86 && PCI 48 help 49 This option enables ACP support for Renoir platform 50 51config SND_SOC_AMD_RENOIR_MACH 52 tristate "AMD Renoir support for DMIC" 53 select SND_SOC_DMIC | 42 help 43 This option enables machine driver for RT5682 and MAX9835. 44 45config SND_SOC_AMD_RENOIR 46 tristate "AMD Audio Coprocessor - Renoir support" 47 depends on X86 && PCI 48 help 49 This option enables ACP support for Renoir platform 50 51config SND_SOC_AMD_RENOIR_MACH 52 tristate "AMD Renoir support for DMIC" 53 select SND_SOC_DMIC |
54 depends on SND_SOC_AMD_RENOIR | 54 depends on SND_SOC_AMD_RENOIR && GPIOLIB |
55 help 56 This option enables machine driver for DMIC 57 58config SND_SOC_AMD_ACP5x 59 tristate "AMD Audio Coprocessor-v5.x I2S support" 60 depends on X86 && PCI 61 help 62 This option enables ACP v5.x support on AMD platform --- 37 unchanged lines hidden --- | 55 help 56 This option enables machine driver for DMIC 57 58config SND_SOC_AMD_ACP5x 59 tristate "AMD Audio Coprocessor-v5.x I2S support" 60 depends on X86 && PCI 61 help 62 This option enables ACP v5.x support on AMD platform --- 37 unchanged lines hidden --- |