diff mbox

ASoC: davinci: Enable menuconfig entry for McASP

Message ID 1407131787-17171-1-git-send-email-peter.ujfalusi@ti.com (mailing list archive)
State Accepted
Commit 37119dd791f3195ab35cb3b9cccec94bdc709c57
Headers show

Commit Message

Peter Ujfalusi Aug. 4, 2014, 5:56 a.m. UTC
In order to be able to use simple-card with McASP on TI SoC based boards we
need to be able to select the McASP via menuconfig.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 sound/soc/davinci/Kconfig | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Comments

Mark Brown Aug. 4, 2014, 3:28 p.m. UTC | #1
On Mon, Aug 04, 2014 at 08:56:27AM +0300, Peter Ujfalusi wrote:
> In order to be able to use simple-card with McASP on TI SoC based boards we
> need to be able to select the McASP via menuconfig.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig
index b310dd3489ac..d69510c53239 100644
--- a/sound/soc/davinci/Kconfig
+++ b/sound/soc/davinci/Kconfig
@@ -16,8 +16,14 @@  config SND_DAVINCI_SOC_I2S
 	tristate
 
 config SND_DAVINCI_SOC_MCASP
+	tristate "Multichannel Audio Serial Port (McASP) support"
 	depends on SND_DAVINCI_SOC || SND_OMAP_SOC || SND_EDMA_SOC
-	tristate
+	help
+	  Say Y or M here if you want to have support for McASP IP found in
+	  various Texas Instruments SoCs like:
+	  - daVinci devices
+	  - Sitara line of SoCs (AM335x, AM438x, etc)
+	  - DRA7x devices
 
 config SND_DAVINCI_SOC_VCIF
 	tristate