diff mbox

[1/2] ASoC: fsl: Allow to select SAI device individually

Message ID 1398852606-14345-1-git-send-email-Li.Xiubo@freescale.com (mailing list archive)
State Accepted
Commit b71fc4e6c9eb1b5ce1c0861825835da273367104
Headers show

Commit Message

Xiubo Li April 30, 2014, 10:10 a.m. UTC
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>
---
 sound/soc/fsl/Kconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Mark Brown May 1, 2014, 6:08 p.m. UTC | #1
On Wed, Apr 30, 2014 at 06:10:05PM +0800, Xiubo Li wrote:
> This will be useful for out-of-tree drivers since in-tree drivers
> could select it automatically.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 7a7eaf3..fb73e35 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -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"