diff options
author | Akshu Agrawal <akshu.agrawal@amd.com> | 2017-10-18 12:14:00 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-19 19:46:02 +0100 |
commit | 566a1847fb37f1b12d997f85623cbf8658c87394 (patch) | |
tree | 1390b4a7e5d0bffbdab699c9cb08cb6d1696b3f4 /sound/soc/amd/Kconfig | |
parent | 9c7d6fabf22b2782d4ab2c03f9e8df2beee6d063 (diff) |
ASoC: AMD: Add machine driver for cz rt5650
The driver is used for AMD board using rt5650 codec.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Kconfig')
-rw-r--r-- | sound/soc/amd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 78187eb24f56..d5838402f667 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -2,3 +2,10 @@ config SND_SOC_AMD_ACP tristate "AMD Audio Coprocessor support" help This option enables ACP DMA support on AMD platform. + +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. |