diff options
author | Vijendar Mukunda | 2021-03-19 07:10:42 +0530 |
---|---|---|
committer | Mark Brown | 2021-03-22 12:32:20 +0000 |
commit | 7e71b48f9e27e437ca523432ea285c2585a539dc (patch) | |
tree | dd93d0000d6fb6aa61de4a2d90622f663dfa042c /sound/soc/amd/Kconfig | |
parent | 3722e4ecefb38a62a98a798653685078de475e75 (diff) |
ASoC: amd: Add support for RT5682 codec in machine driver
Add support for RT5682 codec in machine driver.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/1616118056-5506-1-git-send-email-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Kconfig')
-rw-r--r-- | sound/soc/amd/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index a6ce000fac3f..43f5d29d7c53 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -5,14 +5,15 @@ config SND_SOC_AMD_ACP This option enables ACP DMA support on AMD platform. config SND_SOC_AMD_CZ_DA7219MX98357_MACH - tristate "AMD CZ support for DA7219 and MAX9835" + tristate "AMD CZ support for DA7219, RT5682 and MAX9835" select SND_SOC_DA7219 + select SND_SOC_RT5682_I2C select SND_SOC_MAX98357A select SND_SOC_ADAU7002 select REGULATOR depends on SND_SOC_AMD_ACP && I2C && GPIOLIB help - This option enables machine driver for DA7219 and MAX9835. + This option enables machine driver for DA7219, RT5682 and MAX9835. config SND_SOC_AMD_CZ_RT5645_MACH tristate "AMD CZ support for RT5645" |