diff options
author | Petr Kulhavy <petr@barix.com> | 2016-04-18 14:32:41 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-18 17:32:33 +0100 |
commit | 5f9a50c3e55ee887b7a0ccb68045b92579972b55 (patch) | |
tree | ef7c60c0021c0f845ff4d0f9fc15b36304436542 /sound/soc/davinci/Kconfig | |
parent | 22225835e23f7a768e767967004d2f3751c64be5 (diff) | |
download | talos-obmc-linux-5f9a50c3e55ee887b7a0ccb68045b92579972b55.tar.gz talos-obmc-linux-5f9a50c3e55ee887b7a0ccb68045b92579972b55.zip |
ASoC: Davinci: McBSP: add device tree support for McBSP
This adds DT support for the TI DA8xx/OMAP-L1x/AM17xx/AM18xx McBSP driver.
Signed-off-by: Petr Kulhavy <petr@barix.com>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/davinci/Kconfig')
-rw-r--r-- | sound/soc/davinci/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig index 50ca291cc225..6b732d8e5896 100644 --- a/sound/soc/davinci/Kconfig +++ b/sound/soc/davinci/Kconfig @@ -16,7 +16,11 @@ config SND_EDMA_SOC - DRA7xx family config SND_DAVINCI_SOC_I2S - tristate + tristate "DaVinci Multichannel Buffered Serial Port (McBSP) support" + depends on SND_EDMA_SOC + help + Say Y or M here if you want to have support for McBSP IP found in + Texas Instruments DaVinci DA850 SoCs. config SND_DAVINCI_SOC_MCASP tristate "Multichannel Audio Serial Port (McASP) support" |