diff options
author | Stephen Kitt <steve@sk2.org> | 2022-04-05 19:11:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-07 00:37:58 +0200 |
commit | 953b1388a58e8fd70c034c7679d7031d41c7d8ec (patch) | |
tree | d3ec9452ad8840e822d1f3642352426398c75529 /sound/soc/codecs/Kconfig | |
parent | ASoC: pcm3060: use simple i2c probe function (diff) | |
download | linux-953b1388a58e8fd70c034c7679d7031d41c7d8ec.tar.xz linux-953b1388a58e8fd70c034c7679d7031d41c7d8ec.zip |
ASoC: rt1016: enable building
The rt1016 driver wasn't listed in Kconfig and Makefile, which AFAICT
means it isn't ever built. This patch adds the appropriate entries to
Kconfig and Makefile.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Link: https://lore.kernel.org/r/20220405171158.2168762-1-steve@sk2.org
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 33edfd0ff079..82dced8081c0 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -170,6 +170,7 @@ config SND_SOC_ALL_CODECS imply SND_SOC_RT1011 imply SND_SOC_RT1015 imply SND_SOC_RT1015P + imply SND_SOC_RT1016 imply SND_SOC_RT1019 imply SND_SOC_RT1305 imply SND_SOC_RT1308 @@ -1246,6 +1247,10 @@ config SND_SOC_RT1015P tristate depends on GPIOLIB +config SND_SOC_RT1016 + tristate + depends on I2C + config SND_SOC_RT1019 tristate depends on I2C |