diff options
author | Steve Lee <steves.lee@maximintegrated.com> | 2020-05-18 03:50:38 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-25 17:31:08 +0300 |
commit | a6e3f4f34cdbf0ae33731cff047542982a1195b0 (patch) | |
tree | 0f30c81b7b78f088f8f5bdad8b3e8289b3472a6a /sound/soc/codecs/Kconfig | |
parent | 29c859df7b52080f0809b8a0b9d7b86fff379ef9 (diff) | |
download | linux-a6e3f4f34cdbf0ae33731cff047542982a1195b0.tar.xz |
ASoC: max98390: Added Amplifier Driver
This is the initial amplifier driver for max98390.
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Steve Lee <steves.lee@maximintegrated.com>
Link: https://lore.kernel.org/r/20200518005038.21074-1-steves.lee@maximintegrated.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 2d4f1b4bc011..683e0a94fd45 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -116,6 +116,7 @@ config SND_SOC_ALL_CODECS imply SND_SOC_MAX98926 imply SND_SOC_MAX98927 imply SND_SOC_MAX98373 + imply SND_SOC_MAX98390 imply SND_SOC_MAX9850 imply SND_SOC_MAX9860 imply SND_SOC_MAX9759 @@ -867,6 +868,10 @@ config SND_SOC_MAX98373 tristate "Maxim Integrated MAX98373 Speaker Amplifier" depends on I2C +config SND_SOC_MAX98390 + tristate "Maxim Integrated MAX98390 Speaker Amplifier" + depends on I2C + config SND_SOC_MAX9850 tristate depends on I2C |