]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: fsl: Allow to select SAI device individually
authorXiubo Li <Li.Xiubo@freescale.com>
Wed, 30 Apr 2014 10:10:05 +0000 (18:10 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 1 May 2014 18:08:29 +0000 (11:08 -0700)
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>
sound/soc/fsl/Kconfig

index 7a7eaf32158fc9b18abccfeda0ec1854e0a7a08a..fb73e358b5520522beca1a60bf7fd8b71047887e 100644 (file)
@@ -3,9 +3,14 @@ menu "SoC Audio for Freescale CPUs"
 comment "Common SoC Audio options for Freescale CPUs:"
 
 config SND_SOC_FSL_SAI
-       tristate
+       tristate "Synchronous Audio Interface (SAI) module support"
        select REGMAP_MMIO
        select SND_SOC_GENERIC_DMAENGINE_PCM
+       help
+         Say Y if you want to add Synchronous Audio Interface (SAI)
+         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_SSI
        tristate "Synchronous Serial Interface module support"