diff options
author | Maxim Kochetkov <fido_max@inbox.ru> | 2023-04-22 00:19:50 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-04-24 16:41:57 +0100 |
commit | 9e868ca1f269dec9f2062bb8de42b8a94773924e (patch) | |
tree | 4db4bea485e4ec72b8efc1fb8a4a5d23d2fb0b5a /sound/soc | |
parent | dc801ea8ae37d54706e6f1cef140731ac5981c9c (diff) | |
download | linux-stable-9e868ca1f269dec9f2062bb8de42b8a94773924e.tar.gz linux-stable-9e868ca1f269dec9f2062bb8de42b8a94773924e.tar.bz2 linux-stable-9e868ca1f269dec9f2062bb8de42b8a94773924e.zip |
ASoC: max98090: make it selectable
There is no way to select max98090 from menuconfig right now.
Add a Kconfig menu description to allow building the driver standalone.
It will allow this codec to be used by any other I2S master without
adding extra sound card entry in Kconfig.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Link: https://lore.kernel.org/r/20230421211950.20972-1-fido_max@inbox.ru
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 79d2362ad055..8020097d4e4c 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1090,7 +1090,7 @@ config SND_SOC_MAX98088 depends on I2C config SND_SOC_MAX98090 - tristate + tristate "Maxim MAX98090 CODEC" depends on I2C config SND_SOC_MAX98095 |