Kconfig (9b031c86506cef9acae45e61339fcf9deaabb793) | Kconfig (414e3cab7d3e60395d23f76acdf95d5d81425b48) |
---|---|
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" --- 15 unchanged lines hidden (view full) --- 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" | 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" --- 15 unchanged lines hidden (view full) --- 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 | 32 select SND_SOC_RT5682_I2C |
33 select SND_SOC_MAX98357A 34 select SND_SOC_CROS_EC_CODEC 35 select I2C_CROS_EC_TUNNEL | 33 select SND_SOC_MAX98357A 34 select SND_SOC_CROS_EC_CODEC 35 select I2C_CROS_EC_TUNNEL |
36 select SND_SOC_RT1015 |
|
36 depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC 37 help 38 This option enables machine driver for RT5682 and MAX9835. | 37 depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC 38 help 39 This option enables machine driver for RT5682 and MAX9835. |
40 41config SND_SOC_AMD_RENOIR 42 tristate "AMD Audio Coprocessor - Renoir support" 43 depends on X86 && PCI 44 help 45 This option enables ACP support for Renoir platform 46 47config SND_SOC_AMD_RENOIR_MACH 48 tristate "AMD Renoir support for DMIC" 49 select SND_SOC_DMIC 50 depends on SND_SOC_AMD_RENOIR 51 help 52 This option enables machine driver for DMIC |
|