aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiubo Li <Li.Xiubo@freescale.com>2014-04-30 06:10:06 -0400
committerMark Brown <broonie@linaro.org>2014-05-01 14:09:05 -0400
commit40e3b934be0e0e04da3b56093958389d5c325c18 (patch)
tree327eeada79625ece0bcb990e8b963bc0a9650941
parentb71fc4e6c9eb1b5ce1c0861825835da273367104 (diff)
ASoC: fsl: Allow to select ESAI device individually
This will be useful for out-of-tree drivers since in-tree drivers could select it automatically. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--sound/soc/fsl/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index fb73e358b552..0a118265c31e 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -30,9 +30,14 @@ config SND_SOC_FSL_SPDIF
30 in-tree drivers select it automatically. 30 in-tree drivers select it automatically.
31 31
32config SND_SOC_FSL_ESAI 32config SND_SOC_FSL_ESAI
33 tristate 33 tristate "Enhanced Serial Audio Interface (ESAI) module support"
34 select REGMAP_MMIO 34 select REGMAP_MMIO
35 select SND_SOC_FSL_UTILS 35 select SND_SOC_FSL_UTILS
36 help
37 Say Y if you want to add Enhanced Synchronous Audio Interface
38 (ESAI) support for the Freescale CPUs.
39 This option is only useful for out-of-tree drivers since
40 in-tree drivers select it automatically.
36 41
37config SND_SOC_FSL_UTILS 42config SND_SOC_FSL_UTILS
38 tristate 43 tristate