Skip to content

Commit

Permalink
ASoC: fsl: Allow to select ESAI device individually
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Xiubo Li authored and Mark Brown committed May 1, 2014
1 parent b71fc4e commit 40e3b93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40e3b93

Please sign in to comment.