2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-01-09 06:22:09 +07:00
|
|
|
config SND_SOC_AMD_ACP
|
|
|
|
tristate "AMD Audio Coprocessor support"
|
|
|
|
help
|
|
|
|
This option enables ACP DMA support on AMD platform.
|
2017-10-18 23:14:00 +07:00
|
|
|
|
2018-02-16 14:41:13 +07: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 16:00:59 +07:00
|
|
|
select REGULATOR
|
2019-08-22 21:30:07 +07:00
|
|
|
depends on SND_SOC_AMD_ACP && I2C && GPIOLIB
|
2018-02-16 14:41:13 +07:00
|
|
|
help
|
|
|
|
This option enables machine driver for DA7219 and MAX9835.
|
|
|
|
|
2017-10-18 23:14:00 +07: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 12:35:02 +07:00
|
|
|
|
|
|
|
config SND_SOC_AMD_ACP3x
|
|
|
|
tristate "AMD Audio Coprocessor-v3.x support"
|
2018-11-15 23:13:49 +07:00
|
|
|
depends on X86 && PCI
|
2018-11-12 12:35:02 +07:00
|
|
|
help
|
|
|
|
This option enables ACP v3.x I2S support on AMD platform
|