2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-01-09 07:22:09 +08:00
|
|
|
config SND_SOC_AMD_ACP
|
|
|
|
tristate "AMD Audio Coprocessor support"
|
|
|
|
help
|
|
|
|
This option enables ACP DMA support on AMD platform.
|
2017-10-19 00:14:00 +08:00
|
|
|
|
2018-02-16 15:41:13 +08:00
|
|
|
config SND_SOC_AMD_CZ_DA7219MX98357_MACH
|
2021-03-19 09:40:42 +08:00
|
|
|
tristate "AMD CZ support for DA7219, RT5682 and MAX9835"
|
2021-10-11 13:53:53 +08:00
|
|
|
select CLK_FIXED_FCH
|
2018-02-16 15:41:13 +08:00
|
|
|
select SND_SOC_DA7219
|
2021-03-19 09:40:42 +08:00
|
|
|
select SND_SOC_RT5682_I2C
|
2018-02-16 15:41:13 +08:00
|
|
|
select SND_SOC_MAX98357A
|
|
|
|
select SND_SOC_ADAU7002
|
2018-07-25 17:00:59 +08:00
|
|
|
select REGULATOR
|
2021-03-27 00:44:31 +08:00
|
|
|
depends on SND_SOC_AMD_ACP && I2C && GPIOLIB && ACPI
|
2018-02-16 15:41:13 +08:00
|
|
|
help
|
2021-03-19 09:40:42 +08:00
|
|
|
This option enables machine driver for DA7219, RT5682 and MAX9835.
|
2018-02-16 15:41:13 +08:00
|
|
|
|
2017-10-19 00:14:00 +08: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 13:35:02 +08:00
|
|
|
|
2022-07-01 19:41:07 +08:00
|
|
|
config SND_SOC_AMD_ST_ES8336_MACH
|
|
|
|
tristate "AMD ST support for ES8336"
|
2022-07-07 04:55:14 +08:00
|
|
|
select SND_SOC_ACPI if ACPI
|
2022-07-01 19:41:07 +08:00
|
|
|
select SND_SOC_ES8316
|
2022-07-07 04:55:14 +08:00
|
|
|
depends on SND_SOC_AMD_ACP && ACPI
|
2022-07-01 19:41:07 +08:00
|
|
|
depends on I2C || COMPILE_TEST
|
|
|
|
help
|
|
|
|
This option enables machine driver for Jadeite platform
|
|
|
|
using es8336 codec.
|
|
|
|
Say m if you have such a device.
|
|
|
|
If unsure select "N".
|
|
|
|
|
2018-11-12 13:35:02 +08:00
|
|
|
config SND_SOC_AMD_ACP3x
|
|
|
|
tristate "AMD Audio Coprocessor-v3.x support"
|
2018-11-16 00:13:49 +08:00
|
|
|
depends on X86 && PCI
|
2018-11-12 13:35:02 +08:00
|
|
|
help
|
|
|
|
This option enables ACP v3.x I2S support on AMD platform
|
2020-02-17 13:05:01 +08:00
|
|
|
|
|
|
|
config SND_SOC_AMD_RV_RT5682_MACH
|
|
|
|
tristate "AMD RV support for RT5682"
|
2021-10-11 13:53:53 +08:00
|
|
|
select CLK_FIXED_FCH
|
2020-05-28 17:17:17 +08:00
|
|
|
select SND_SOC_RT5682_I2C
|
2020-02-17 13:05:01 +08:00
|
|
|
select SND_SOC_MAX98357A
|
|
|
|
select SND_SOC_CROS_EC_CODEC
|
|
|
|
select I2C_CROS_EC_TUNNEL
|
2020-07-29 00:02:53 +08:00
|
|
|
select SND_SOC_RT1015
|
2021-04-08 21:02:36 +08:00
|
|
|
select SND_SOC_RT1015P
|
2021-10-28 02:48:35 +08:00
|
|
|
depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC && GPIOLIB
|
2020-02-17 13:05:01 +08:00
|
|
|
help
|
|
|
|
This option enables machine driver for RT5682 and MAX9835.
|
2020-05-19 01:17:01 +08:00
|
|
|
|
|
|
|
config SND_SOC_AMD_RENOIR
|
|
|
|
tristate "AMD Audio Coprocessor - Renoir support"
|
2022-01-17 19:58:54 +08:00
|
|
|
select SND_AMD_ACP_CONFIG
|
2020-05-19 01:17:01 +08:00
|
|
|
depends on X86 && PCI
|
|
|
|
help
|
|
|
|
This option enables ACP support for Renoir platform
|
2020-05-19 01:17:04 +08:00
|
|
|
|
|
|
|
config SND_SOC_AMD_RENOIR_MACH
|
|
|
|
tristate "AMD Renoir support for DMIC"
|
|
|
|
select SND_SOC_DMIC
|
2021-10-28 02:48:35 +08:00
|
|
|
depends on SND_SOC_AMD_RENOIR && GPIOLIB
|
2020-05-19 01:17:04 +08:00
|
|
|
help
|
|
|
|
This option enables machine driver for DMIC
|
2021-07-22 02:04:28 +08:00
|
|
|
|
|
|
|
config SND_SOC_AMD_ACP5x
|
|
|
|
tristate "AMD Audio Coprocessor-v5.x I2S support"
|
|
|
|
depends on X86 && PCI
|
|
|
|
help
|
|
|
|
This option enables ACP v5.x support on AMD platform
|
|
|
|
|
|
|
|
By enabling this flag build will trigger for ACP PCI driver,
|
|
|
|
ACP DMA driver, CPU DAI driver.
|
2021-10-14 15:17:10 +08:00
|
|
|
|
|
|
|
config SND_SOC_AMD_VANGOGH_MACH
|
|
|
|
tristate "AMD Vangogh support for NAU8821 CS35L41"
|
|
|
|
select SND_SOC_NAU8821
|
|
|
|
select SND_SOC_CS35L41_SPI
|
2021-12-02 02:00:03 +08:00
|
|
|
depends on SND_SOC_AMD_ACP5x && I2C && SPI_MASTER
|
2021-10-14 15:17:10 +08:00
|
|
|
help
|
|
|
|
This option enables machine driver for Vangogh platform
|
|
|
|
using NAU8821 and CS35L41 codecs.
|
|
|
|
Say m if you have such a device.
|
|
|
|
If unsure select "N".
|
2021-10-18 19:20:41 +08:00
|
|
|
|
|
|
|
config SND_SOC_AMD_ACP6x
|
|
|
|
tristate "AMD Audio Coprocessor-v6.x Yellow Carp support"
|
|
|
|
depends on X86 && PCI
|
|
|
|
help
|
|
|
|
This option enables Audio Coprocessor i.e ACP v6.x support on
|
|
|
|
AMD Yellow Carp platform. By enabling this flag build will be
|
|
|
|
triggered for ACP PCI driver, ACP PDM DMA driver.
|
|
|
|
Say m if you have such a device.
|
|
|
|
If unsure select "N".
|
2021-10-18 19:20:44 +08:00
|
|
|
|
|
|
|
config SND_SOC_AMD_YC_MACH
|
|
|
|
tristate "AMD YC support for DMIC"
|
|
|
|
select SND_SOC_DMIC
|
|
|
|
depends on SND_SOC_AMD_ACP6x
|
|
|
|
help
|
|
|
|
This option enables machine driver for Yellow Carp platform
|
|
|
|
using dmic. ACP IP has PDM Decoder block with DMA controller.
|
|
|
|
DMIC can be connected directly to ACP IP.
|
|
|
|
Say m if you have such a device.
|
|
|
|
If unsure select "N".
|
2021-10-24 00:30:02 +08:00
|
|
|
|
2021-11-17 17:37:20 +08:00
|
|
|
config SND_AMD_ACP_CONFIG
|
|
|
|
tristate "AMD ACP configuration selection"
|
2021-12-16 00:35:11 +08:00
|
|
|
select SND_SOC_ACPI if ACPI
|
2021-11-17 17:37:20 +08:00
|
|
|
help
|
|
|
|
This option adds an auto detection to determine which ACP
|
|
|
|
driver modules to use
|
|
|
|
|
2021-10-19 15:09:31 +08:00
|
|
|
source "sound/soc/amd/acp/Kconfig"
|