2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-01-09 02:22:09 +03:00
|
|
|
config SND_SOC_AMD_ACP
|
|
|
|
tristate "AMD Audio Coprocessor support"
|
|
|
|
help
|
|
|
|
This option enables ACP DMA support on AMD platform.
|
2017-10-18 19:14:00 +03:00
|
|
|
|
2018-02-16 10:41:13 +03:00
|
|
|
config SND_SOC_AMD_CZ_DA7219MX98357_MACH
|
|
|
|
tristate "AMD CZ support for DA7219 and MAX9835"
|
|
|
|
select SND_SOC_DA7219
|
|
|
|
select SND_SOC_MAX98357A
|
|
|
|
select SND_SOC_ADAU7002
|
2018-07-25 12:00:59 +03:00
|
|
|
select REGULATOR
|
2019-08-22 17:30:07 +03:00
|
|
|
depends on SND_SOC_AMD_ACP && I2C && GPIOLIB
|
2018-02-16 10:41:13 +03:00
|
|
|
help
|
|
|
|
This option enables machine driver for DA7219 and MAX9835.
|
|
|
|
|
2017-10-18 19:14:00 +03:00
|
|
|
config SND_SOC_AMD_CZ_RT5645_MACH
|
|
|
|
tristate "AMD CZ support for RT5645"
|
|
|
|
select SND_SOC_RT5645
|
|
|
|
depends on SND_SOC_AMD_ACP && I2C
|
|
|
|
help
|
|
|
|
This option enables machine driver for rt5645.
|
2018-11-12 08:35:02 +03:00
|
|
|
|
|
|
|
config SND_SOC_AMD_ACP3x
|
|
|
|
tristate "AMD Audio Coprocessor-v3.x support"
|
2018-11-15 19:13:49 +03:00
|
|
|
depends on X86 && PCI
|
2018-11-12 08:35:02 +03:00
|
|
|
help
|
|
|
|
This option enables ACP v3.x I2S support on AMD platform
|
2020-02-17 08:05:01 +03:00
|
|
|
|
|
|
|
config SND_SOC_AMD_RV_RT5682_MACH
|
|
|
|
tristate "AMD RV support for RT5682"
|
2020-05-28 12:17:17 +03:00
|
|
|
select SND_SOC_RT5682_I2C
|
2020-02-17 08:05:01 +03:00
|
|
|
select SND_SOC_MAX98357A
|
|
|
|
select SND_SOC_CROS_EC_CODEC
|
|
|
|
select I2C_CROS_EC_TUNNEL
|
2020-07-28 19:02:53 +03:00
|
|
|
select SND_SOC_RT1015
|
2020-03-03 14:05:14 +03:00
|
|
|
depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC
|
2020-02-17 08:05:01 +03:00
|
|
|
help
|
|
|
|
This option enables machine driver for RT5682 and MAX9835.
|
2020-05-18 20:17:01 +03:00
|
|
|
|
|
|
|
config SND_SOC_AMD_RENOIR
|
|
|
|
tristate "AMD Audio Coprocessor - Renoir support"
|
|
|
|
depends on X86 && PCI
|
|
|
|
help
|
|
|
|
This option enables ACP support for Renoir platform
|
2020-05-18 20:17:04 +03:00
|
|
|
|
|
|
|
config SND_SOC_AMD_RENOIR_MACH
|
|
|
|
tristate "AMD Renoir support for DMIC"
|
|
|
|
select SND_SOC_DMIC
|
|
|
|
depends on SND_SOC_AMD_RENOIR
|
|
|
|
help
|
|
|
|
This option enables machine driver for DMIC
|