From b4aa0ec6161830b8e512c460c87b504b5c2ff28b Mon Sep 17 00:00:00 2001 From: Nicolin Chen Date: Mon, 16 Jun 2014 19:56:15 +0800 Subject: [PATCH] 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: Xiubo Li Signed-off-by: Mark Brown (cherry picked from commit 40e3b934be0e0e04da3b56093958389d5c325c18) Conflicts: sound/soc/fsl/Kconfig --- sound/soc/fsl/Kconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 663205916383..cd7f9ad2bdb5 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -30,8 +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 -- 2.39.2