Browse Source

ASoC: fsl: make sure the regmap-mmio is actually enabled

Since the Freescale SAI, ESAI and SPDIF are using the regmap-mmio,
there needs a select of REGMAP_MMIO in the Kconfig to ensure that
regmap-mmio is actually enabled.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Xiubo Li 11 years ago
parent
commit
7d150c60f1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      sound/soc/fsl/Kconfig

+ 3 - 1
sound/soc/fsl/Kconfig

@@ -1,5 +1,6 @@
 config SND_SOC_FSL_SAI
 config SND_SOC_FSL_SAI
 	tristate
 	tristate
+	select REGMAP_MMIO
 	select SND_SOC_GENERIC_DMAENGINE_PCM
 	select SND_SOC_GENERIC_DMAENGINE_PCM
 
 
 config SND_SOC_FSL_SSI
 config SND_SOC_FSL_SSI
@@ -7,9 +8,11 @@ config SND_SOC_FSL_SSI
 
 
 config SND_SOC_FSL_SPDIF
 config SND_SOC_FSL_SPDIF
 	tristate
 	tristate
+	select REGMAP_MMIO
 
 
 config SND_SOC_FSL_ESAI
 config SND_SOC_FSL_ESAI
 	tristate
 	tristate
+	select REGMAP_MMIO
 
 
 config SND_SOC_FSL_UTILS
 config SND_SOC_FSL_UTILS
 	tristate
 	tristate
@@ -204,7 +207,6 @@ config SND_SOC_IMX_SPDIF
 	tristate "SoC Audio support for i.MX boards with S/PDIF"
 	tristate "SoC Audio support for i.MX boards with S/PDIF"
 	select SND_SOC_IMX_PCM_DMA
 	select SND_SOC_IMX_PCM_DMA
 	select SND_SOC_FSL_SPDIF
 	select SND_SOC_FSL_SPDIF
-	select REGMAP_MMIO
 	help
 	help
 	  SoC Audio support for i.MX boards with S/PDIF
 	  SoC Audio support for i.MX boards with S/PDIF
 	  Say Y if you want to add support for SoC audio on an i.MX board with
 	  Say Y if you want to add support for SoC audio on an i.MX board with