summaryrefslogtreecommitdiffstats
path: root/sound/soc/sti/Kconfig
diff options
context:
space:
mode:
authorArnaud Pouliquen <arnaud.pouliquen@st.com>2015-07-16 11:36:05 +0200
committerMark Brown <broonie@kernel.org>2015-07-16 21:38:24 +0100
commit1e6babb417f76bd6d1a4d1d633e5c46435acbfe7 (patch)
tree1bc75b92995f521bb56b6abca357e63b3810381f /sound/soc/sti/Kconfig
parentf3bd847eb0a7744b1a86f6b585149434cc6f57ff (diff)
downloadlinux-stable-1e6babb417f76bd6d1a4d1d633e5c46435acbfe7.tar.gz
linux-stable-1e6babb417f76bd6d1a4d1d633e5c46435acbfe7.tar.bz2
linux-stable-1e6babb417f76bd6d1a4d1d633e5c46435acbfe7.zip
ASoC: Add ability to build sti drivers
Define the platform and codec drivers, and how to build them. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sti/Kconfig')
-rw-r--r--sound/soc/sti/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/sti/Kconfig b/sound/soc/sti/Kconfig
new file mode 100644
index 000000000000..64a690077023
--- /dev/null
+++ b/sound/soc/sti/Kconfig
@@ -0,0 +1,11 @@
+#
+# STM SoC audio configuration
+#
+menuconfig SND_SOC_STI
+ tristate "SoC Audio support for STI System-On-Chip"
+ depends on SND_SOC
+ depends on ARCH_STI || COMPILE_TEST
+ select SND_SOC_GENERIC_DMAENGINE_PCM
+ help
+ Say Y if you want to enable ASoC-support for
+ any of the STI platforms (e.g. STIH416).