summaryrefslogtreecommitdiff
path: root/sound/soc/ti
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-09-23 20:16:13 +0200
committerTakashi Iwai <tiwai@suse.de>2019-09-23 20:16:13 +0200
commit5b8b8f764d333d5a69f2fad61b86406dfca2d261 (patch)
treeac68d367eda4f3a6d3780aba9532d6f71ce491ed /sound/soc/ti
parent7b485d175631be676424aedb8cd2f66d0c93da78 (diff)
parent147162f575152db80000fb3de26358264768ee9f (diff)
Merge tag 'asoc-fix-v5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.4 A small smattering of ASoC fixes for v5.4 - nothing too exciting here, all small standalone things.
Diffstat (limited to 'sound/soc/ti')
-rw-r--r--sound/soc/ti/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig
index 87a9b9dd4e98..29f61053ab62 100644
--- a/sound/soc/ti/Kconfig
+++ b/sound/soc/ti/Kconfig
@@ -200,11 +200,18 @@ config SND_SOC_DM365_AIC3X_CODEC
config SND_SOC_DM365_VOICE_CODEC
bool "Voice Codec - CQ93VC"
- select MFD_DAVINCI_VOICECODEC
- select SND_SOC_CQ0093VC
help
Say Y if you want to add support for SoC On-chip voice codec
endchoice
+config SND_SOC_DM365_VOICE_CODEC_MODULE
+ def_tristate y
+ depends on SND_SOC_DM365_VOICE_CODEC && SND_SOC
+ select MFD_DAVINCI_VOICECODEC
+ select SND_SOC_CQ0093VC
+ help
+ The is an internal symbol needed to ensure that the codec
+ and MFD driver can be built as loadable modules if necessary.
+
endmenu