.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config SND_SOC_AMD_ACP |
---|
2 | 3 | tristate "AMD Audio Coprocessor support" |
---|
3 | 4 | help |
---|
.. | .. |
---|
9 | 10 | select SND_SOC_MAX98357A |
---|
10 | 11 | select SND_SOC_ADAU7002 |
---|
11 | 12 | select REGULATOR |
---|
12 | | - depends on SND_SOC_AMD_ACP && I2C |
---|
| 13 | + depends on SND_SOC_AMD_ACP && I2C && GPIOLIB |
---|
13 | 14 | help |
---|
14 | 15 | This option enables machine driver for DA7219 and MAX9835. |
---|
15 | 16 | |
---|
.. | .. |
---|
19 | 20 | depends on SND_SOC_AMD_ACP && I2C |
---|
20 | 21 | help |
---|
21 | 22 | This option enables machine driver for rt5645. |
---|
| 23 | + |
---|
| 24 | +config 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 | + |
---|
| 30 | +config SND_SOC_AMD_RV_RT5682_MACH |
---|
| 31 | + tristate "AMD RV support for 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 |
---|
| 36 | + select SND_SOC_RT1015 |
---|
| 37 | + depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC |
---|
| 38 | + help |
---|
| 39 | + This option enables machine driver for RT5682 and MAX9835. |
---|
| 40 | + |
---|
| 41 | +config 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 | + |
---|
| 47 | +config 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 |
---|