Message ID | 1398852606-14345-2-git-send-email-Li.Xiubo@freescale.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 40e3b934be0e0e04da3b56093958389d5c325c18 |
Headers | show |
On Wed, Apr 30, 2014 at 06:10:06PM +0800, Xiubo Li wrote: > This will be useful for out-of-tree drivers since in-tree drivers > could select it automatically. Applied, thanks.
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index fb73e35..0a11826 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -30,9 +30,14 @@ config SND_SOC_FSL_SPDIF in-tree drivers select it automatically. config SND_SOC_FSL_ESAI - tristate + tristate "Enhanced Serial Audio Interface (ESAI) module support" select REGMAP_MMIO select SND_SOC_FSL_UTILS + help + Say Y if you want to add Enhanced Synchronous Audio Interface + (ESAI) 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_UTILS tristate
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(-)