aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-03-16 00:21:35 -0400
committerMark Brown <broonie@linaro.org>2014-04-14 12:25:04 -0400
commit204dec93eaaba3a7afdc09aa3c3f6d08c773a367 (patch)
treeae10aba9ce0308554d7b038c8521702522cf9ffe
parenteba9e06f0ceb2ea3342e72577b244d8b02645396 (diff)
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>
-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 @@
1menu "SoC Audio for Freescale CPUs" 1menu "SoC Audio for Freescale CPUs"
2 2
3comment "Common SoC Audio options for Freescale CPUs:"
4
3config SND_SOC_FSL_SAI 5config SND_SOC_FSL_SAI
4 tristate 6 tristate
5 select REGMAP_MMIO 7 select REGMAP_MMIO
6 select SND_SOC_GENERIC_DMAENGINE_PCM 8 select SND_SOC_GENERIC_DMAENGINE_PCM
7 9
8config SND_SOC_FSL_SSI 10config SND_SOC_FSL_SSI
9 tristate 11 tristate "Synchronous Serial Interface module support"
12 help
13 Say Y if you want to add Synchronous Serial Interface (SSI)
14 support for the Freescale CPUs.
15 This option is only useful for out-of-tree drivers since
16 in-tree drivers select it automatically.
10 17
11config SND_SOC_FSL_SPDIF 18config SND_SOC_FSL_SPDIF
12 tristate 19 tristate "Sony/Philips Digital Interface module support"
13 select REGMAP_MMIO 20 select REGMAP_MMIO
21 help
22 Say Y if you want to add Sony/Philips Digital Interface (SPDIF)
23 support for the Freescale CPUs.
24 This option is only useful for out-of-tree drivers since
25 in-tree drivers select it automatically.
14 26
15config SND_SOC_FSL_ESAI 27config SND_SOC_FSL_ESAI
16 tristate 28 tristate
@@ -25,7 +37,12 @@ config SND_SOC_IMX_PCM_DMA
25 select SND_SOC_GENERIC_DMAENGINE_PCM 37 select SND_SOC_GENERIC_DMAENGINE_PCM
26 38
27config SND_SOC_IMX_AUDMUX 39config SND_SOC_IMX_AUDMUX
28 tristate 40 tristate "Digital Audio Mux module support"
41 help
42 Say Y if you want to add Digital Audio Mux (AUDMUX) support
43 for the ARM i.MX CPUs.
44 This option is only useful for out-of-tree drivers since
45 in-tree drivers select it automatically.
29 46
30config SND_POWERPC_SOC 47config SND_POWERPC_SOC
31 tristate "SoC Audio for Freescale PowerPC CPUs" 48 tristate "SoC Audio for Freescale PowerPC CPUs"