Kconfig (676c6cc50d588528b9f30a81dd7aba16248da28c) | Kconfig (ab34403db24233e603338b70deb9a84093c88397) |
---|---|
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, RT5682 and MAX9835" --- 11 unchanged lines hidden (view full) --- 20 tristate "AMD CZ support for RT5645" 21 select SND_SOC_RT5645 22 depends on SND_SOC_AMD_ACP && I2C 23 help 24 This option enables machine driver for rt5645. 25 26config SND_SOC_AMD_ST_ES8336_MACH 27 tristate "AMD ST support for ES8336" | 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, RT5682 and MAX9835" --- 11 unchanged lines hidden (view full) --- 20 tristate "AMD CZ support for RT5645" 21 select SND_SOC_RT5645 22 depends on SND_SOC_AMD_ACP && I2C 23 help 24 This option enables machine driver for rt5645. 25 26config SND_SOC_AMD_ST_ES8336_MACH 27 tristate "AMD ST support for ES8336" |
28 select SND_SOC_ACPI | 28 select SND_SOC_ACPI if ACPI |
29 select SND_SOC_ES8316 | 29 select SND_SOC_ES8316 |
30 depends on SND_SOC_AMD_ACP 31 depends on ACPI || COMPILE_TEST | 30 depends on SND_SOC_AMD_ACP && ACPI |
32 depends on I2C || COMPILE_TEST 33 help 34 This option enables machine driver for Jadeite platform 35 using es8336 codec. 36 Say m if you have such a device. 37 If unsure select "N". 38 39config SND_SOC_AMD_ACP3x --- 81 unchanged lines hidden --- | 31 depends on I2C || COMPILE_TEST 32 help 33 This option enables machine driver for Jadeite platform 34 using es8336 codec. 35 Say m if you have such a device. 36 If unsure select "N". 37 38config SND_SOC_AMD_ACP3x --- 81 unchanged lines hidden --- |