summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorJiri Prchal <jiri.prchal@aksignal.cz>2021-04-06 17:24:38 +0300
committerMark Brown <broonie@kernel.org>2021-04-07 18:58:26 +0300
commita96d2ba2d8248d5e8170f2f44f98d4a33329b08a (patch)
tree434b1d9e6f6ac3dc5ee5b176cc6114990462011f /sound/soc/codecs/Kconfig
parentb015df6ac03ee81b259dcb2f1a6faf4cf04ace5a (diff)
downloadlinux-a96d2ba2d8248d5e8170f2f44f98d4a33329b08a.tar.xz
ASoC: codecs: tlv320aic3x: move I2C to separated file
Moved I2C related staff to separated source file. Signed-off-by: Jiri Prchal <jiri.prchal@aksignal.cz> Link: https://lore.kernel.org/r/20210406142439.102396-4-jiri.prchal@aksignal.cz Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig9
1 files changed, 7 insertions, 2 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 6d9cb00aa3d2..b0323dbabf11 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -218,7 +218,7 @@ config SND_SOC_ALL_CODECS
imply SND_SOC_TLV320AIC31XX
imply SND_SOC_TLV320AIC32X4_I2C
imply SND_SOC_TLV320AIC32X4_SPI
- imply SND_SOC_TLV320AIC3X
+ imply SND_SOC_TLV320AIC3X_I2C
imply SND_SOC_TPA6130A2
imply SND_SOC_TLV320DAC33
imply SND_SOC_TSCS42XX
@@ -1446,8 +1446,13 @@ config SND_SOC_TLV320AIC32X4_SPI
select SND_SOC_TLV320AIC32X4
config SND_SOC_TLV320AIC3X
- tristate "Texas Instruments TLV320AIC3x CODECs"
+ tristate
+
+config SND_SOC_TLV320AIC3X_I2C
+ tristate "Texas Instruments TLV320AIC3x audio CODECs - I2C"
depends on I2C
+ select SND_SOC_TLV320AIC3X
+ select REGMAP_I2C
config SND_SOC_TLV320DAC33
tristate