aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-03-16 08:21:35 +0400
committerMark Brown <broonie@linaro.org>2014-04-14 17:25:04 +0100
commit204dec93eaaba3a7afdc09aa3c3f6d08c773a367 (patch)
treeae10aba9ce0308554d7b038c8521702522cf9ffe /sound/soc/fsl/Kconfig
parentASoC: fsl: Separation of the main audio options and boards (diff)
downloadlinux-dev-204dec93eaaba3a7afdc09aa3c3f6d08c773a367.tar.xz
linux-dev-204dec93eaaba3a7afdc09aa3c3f6d08c773a367.zip
ASoC: fsl: Allow to select individual common options
This patch allow to select individual common sound options and as a result allow using sound cards/codecs based on DT description. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig23
1 files changed, 20 insertions, 3 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 0b4315d5af77..7a7eaf32158f 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -1,16 +1,28 @@
menu "SoC Audio for Freescale CPUs"
+comment "Common SoC Audio options for Freescale CPUs:"
+
config SND_SOC_FSL_SAI
tristate
select REGMAP_MMIO
select SND_SOC_GENERIC_DMAENGINE_PCM
config SND_SOC_FSL_SSI
- tristate
+ tristate "Synchronous Serial Interface module support"
+ help
+ Say Y if you want to add Synchronous Serial Interface (SSI)
+ support for the Freescale CPUs.
+ This option is only useful for out-of-tree drivers since
+ in-tree drivers select it automatically.
config SND_SOC_FSL_SPDIF
- tristate
+ tristate "Sony/Philips Digital Interface module support"
select REGMAP_MMIO
+ help
+ Say Y if you want to add Sony/Philips Digital Interface (SPDIF)
+ support for the Freescale CPUs.
+ This option is only useful for out-of-tree drivers since
+ in-tree drivers select it automatically.
config SND_SOC_FSL_ESAI
tristate
@@ -25,7 +37,12 @@ config SND_SOC_IMX_PCM_DMA
select SND_SOC_GENERIC_DMAENGINE_PCM
config SND_SOC_IMX_AUDMUX
- tristate
+ tristate "Digital Audio Mux module support"
+ help
+ Say Y if you want to add Digital Audio Mux (AUDMUX) support
+ for the ARM i.MX CPUs.
+ This option is only useful for out-of-tree drivers since
+ in-tree drivers select it automatically.
config SND_POWERPC_SOC
tristate "SoC Audio for Freescale PowerPC CPUs"