diff options
author | Akshu Agrawal <akshu.agrawal@amd.com> | 2018-07-25 17:00:59 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-26 14:07:47 +0100 |
commit | c183fec10ae6b3d1dfb77471d4158e576f6b43ae (patch) | |
tree | 4c5d735614d21bdceaad5bae8c88d0ab764f3e94 /sound/soc/amd/Kconfig | |
parent | fe65324e3f5205072a2d55ac9c63ec77155fa528 (diff) |
ASoC: AMD: Add a fix voltage regulator for DA7219 and ADAU7002
DA7219 for our platform need to be configured for 1.8V.
Hence, we add a volatge regulator with supplies
of 1.8V in the machine driver.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Kconfig')
-rw-r--r-- | sound/soc/amd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 6cbf9cf4d1a4..58c1dcb4d255 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -8,6 +8,7 @@ config SND_SOC_AMD_CZ_DA7219MX98357_MACH select SND_SOC_DA7219 select SND_SOC_MAX98357A select SND_SOC_ADAU7002 + select REGULATOR depends on SND_SOC_AMD_ACP && I2C help This option enables machine driver for DA7219 and MAX9835. |