Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40e3b934 authored by Xiubo Li's avatar Xiubo Li Committed by Mark Brown
Browse files

ASoC: fsl: Allow to select ESAI device individually



This will be useful for out-of-tree drivers since in-tree drivers
could select it automatically.

Signed-off-by: default avatarXiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent b71fc4e6
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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